RayType Enum

Namespace
EasyBuildSystem.Features.Scripts.Core.Base.Builder.Enums
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["RayType"] class Type type-node

Syntax

public enum RayType

Fields

Name Constant Value Summary
FirstPerson 0
static
ThirdPerson 2
static
TopDown 1
static