FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Internal.CommonDataTypes Namespace Reference

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...
 

Enumeration Type Documentation

◆ UrgencyLevel

Enum used to represent the urgency level of an event. Can be neutral, elevated, or critical.

Enumerator
Neutral 
Elevated 
Critical