![]() |
FirstModulAR 0.1.0
|
Classes | |
| struct | Date |
| Custom serializable date struct, easy to set in the unity inspector. More... | |
| class | PersonInfo |
| Custom serializable person info struct. More... | |
| struct | Record |
| A record of an event that occurred at a certain date and time, with an urgency level. More... | |
Enumerations | |
| enum | UrgencyLevel : byte { Neutral , Elevated , Critical } |
| Enum used to represent the urgency level of an event. Can be neutral, elevated, or critical. More... | |
| enum FMAR.Internal.CommonDataTypes.UrgencyLevel : byte |