C# Class MobileHierarchyUtils, PhoneTimeline

显示文件 Open project: shanteng/PhoneTimeline

Public Properties

Property Type Description
serializableUnityTypes HashSet

Public Methods

Method Description
GetAllVariables ( Type, type ) : MemberInfo[],
IsSerializable ( Type, type ) : bool
ToTitleCase ( string str ) : string

Method Details

GetAllVariables() public static method

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

IsSerializable() public static method

public static IsSerializable ( Type, type ) : bool
type Type,
return bool

ToTitleCase() public static method

public static ToTitleCase ( string str ) : string
str string
return string

Property Details

serializableUnityTypes public_oe static_oe property

public static HashSet serializableUnityTypes
return HashSet