C# 클래스 MobileHierarchyUtils, PhoneTimeline

파일 보기 프로젝트 열기: shanteng/PhoneTimeline

공개 프로퍼티들

프로퍼티 타입 설명
serializableUnityTypes HashSet

공개 메소드들

메소드 설명
GetAllVariables ( Type, type ) : MemberInfo[],
IsSerializable ( Type, type ) : bool
ToTitleCase ( string str ) : string

메소드 상세

GetAllVariables() 공개 정적인 메소드

public static GetAllVariables ( Type, type ) : MemberInfo[],
type Type,
리턴 MemberInfo[],

IsSerializable() 공개 정적인 메소드

public static IsSerializable ( Type, type ) : bool
type Type,
리턴 bool

ToTitleCase() 공개 정적인 메소드

public static ToTitleCase ( string str ) : string
str string
리턴 string

프로퍼티 상세

serializableUnityTypes 공개적으로 정적으로 프로퍼티

public static HashSet serializableUnityTypes
리턴 HashSet