EnumTypeDesc
Class
Read time 1 minuteLast updated a month ago
Inheritance
- object
- EnumTypeDesc
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class EnumTypeDesc
Constructors
EnumTypeDesc()
public EnumTypeDesc()
EnumTypeDesc(EnumTypeDesc)
Parameterspublic EnumTypeDesc(EnumTypeDesc o)
Type | Name | Description |
|---|---|---|
| EnumTypeDesc | o |
Fields
values
Returnspublic IntList values
Type | Description |
|---|---|
| IntList |
labels
Returnspublic StringList labels
Type | Description |
|---|---|
| StringList |
valueType
Returnspublic string valueType
Type | Description |
|---|---|
| string |