FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Internal.CommonDataTypes.PersonInfo Class Reference

Custom serializable person info struct. More...

Inheritance diagram for FMAR.Internal.CommonDataTypes.PersonInfo:

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
 

Detailed Description

Custom serializable person info struct.

Member Enumeration Documentation

◆ EyeColor

Struct used to represent a person's eye color.

Enumerator
Amber 
Blue 
Brown 
Gray 
Green 
Hazel 

◆ HairColor

Struct used to represent a person's hair color.

Enumerator
Black 
Brown 
Blonde 
Gray 
White 
Red 

◆ Sex

The sex of the person.

Enumerator
Male 
Female 

Member Data Documentation

◆ address

string FMAR.Internal.CommonDataTypes.PersonInfo.address

◆ dateOfBirth

Date FMAR.Internal.CommonDataTypes.PersonInfo.dateOfBirth

◆ dln

string FMAR.Internal.CommonDataTypes.PersonInfo.dln

◆ eyeColor

EyeColor FMAR.Internal.CommonDataTypes.PersonInfo.eyeColor

◆ firstName

string FMAR.Internal.CommonDataTypes.PersonInfo.firstName

◆ hairColor

HairColor FMAR.Internal.CommonDataTypes.PersonInfo.hairColor

◆ height

Height FMAR.Internal.CommonDataTypes.PersonInfo.height

◆ lastName

string FMAR.Internal.CommonDataTypes.PersonInfo.lastName

◆ photo

Sprite FMAR.Internal.CommonDataTypes.PersonInfo.photo

◆ sex

Sex FMAR.Internal.CommonDataTypes.PersonInfo.sex

The documentation for this class was generated from the following file: