experiencetype - eisclimber/ExPresS-XR GitHub Wiki

ExperienceType

Enum in GameOptions

Inherits from System.Enum

Summary

Available types of experiences.

public enum ExperienceType
{
    None = 0,
    Exhibition = 1,
    Excavation = 2
}

Members

Name Description
Excavation The Excavation experience.
Exhibition The Exhibition experience.
None No experience type.
⚠️ **GitHub.com Fallback** ⚠️