![]() |
FirstModulAR 0.1.0
|
Custom serializable person info struct. More...
Classes | |
| struct | Height |
| Struct used to represent a person's height in feet and inches. More... | |
Public Types | |
| enum | Sex { Male , Female } |
| The sex of the person. More... | |
| enum | EyeColor { Amber , Blue , Brown , Gray , Green , Hazel } |
| Struct used to represent a person's eye color. More... | |
| enum | HairColor { Black , Brown , Blonde , Gray , White , Red } |
| Struct used to represent a person's hair color. More... | |
Public Attributes | |
| Sprite | photo |
| string | firstName |
| string | lastName |
| Date | dateOfBirth |
| string | dln |
| string | address |
| Sex | sex |
| Height | height |
| EyeColor | eyeColor |
| HairColor | hairColor |
Custom serializable person info struct.
| string FMAR.Internal.CommonDataTypes.PersonInfo.address |
| Date FMAR.Internal.CommonDataTypes.PersonInfo.dateOfBirth |
| string FMAR.Internal.CommonDataTypes.PersonInfo.dln |
| EyeColor FMAR.Internal.CommonDataTypes.PersonInfo.eyeColor |
| string FMAR.Internal.CommonDataTypes.PersonInfo.firstName |
| HairColor FMAR.Internal.CommonDataTypes.PersonInfo.hairColor |
| Height FMAR.Internal.CommonDataTypes.PersonInfo.height |
| string FMAR.Internal.CommonDataTypes.PersonInfo.lastName |
| Sprite FMAR.Internal.CommonDataTypes.PersonInfo.photo |
| Sex FMAR.Internal.CommonDataTypes.PersonInfo.sex |