C# Class UnityEngine.EnumInfo

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
annotations string[]
guiNames UnityEngine.GUIContent[]
isFlags bool
names string[]
values int[]

Private Methods

Méthode Description
CreateEnumInfoFromNativeEnum ( string names, int values, string annotations, bool isFlags ) : EnumInfo

Property Details

annotations public_oe property

public string[] annotations
Résultat string[]

guiNames public_oe property

public GUIContent[],UnityEngine guiNames
Résultat UnityEngine.GUIContent[]

isFlags public_oe property

public bool isFlags
Résultat bool

names public_oe property

public string[] names
Résultat string[]

values public_oe property

public int[] values
Résultat int[]