experiencetype - eisclimber/ExPresS-XR GitHub Wiki
Enum in GameOptions
Inherits from System.Enum
Available types of experiences.
public enum ExperienceType
{
None = 0,
Exhibition = 1,
Excavation = 2
}| Name | Description |
|---|---|
| Excavation | The Excavation experience. |
| Exhibition | The Exhibition experience. |
| None | No experience type. |