C# 클래스 UnityEngine.EnumInfo

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
annotations string[]
guiNames UnityEngine.GUIContent[]
isFlags bool
names string[]
values int[]

비공개 메소드들

메소드 설명
CreateEnumInfoFromNativeEnum ( string names, int values, string annotations, bool isFlags ) : EnumInfo

프로퍼티 상세

annotations 공개적으로 프로퍼티

public string[] annotations
리턴 string[]

guiNames 공개적으로 프로퍼티

public GUIContent[],UnityEngine guiNames
리턴 UnityEngine.GUIContent[]

isFlags 공개적으로 프로퍼티

public bool isFlags
리턴 bool

names 공개적으로 프로퍼티

public string[] names
리턴 string[]

values 공개적으로 프로퍼티

public int[] values
리턴 int[]