C# 클래스 tk2dSystemUtility, Malisse

파일 보기 프로젝트 열기: Collegiennes/Malisse

공개 메소드들

메소드 설명
GetOrCreateResourcesDir ( ) : string
IsLoadableAsset ( Object obj ) : bool
MakeLoadableAsset ( Object obj, string name ) : bool
PlatformChanged ( ) : void
RebuildResources ( ) : void
UnmakeLoadableAsset ( Object obj ) : bool
UpdateAssetName ( Object obj, string name ) : void

비공개 메소드들

메소드 설명
AddFontFromIndex ( tk2dGenericIndexItem indexEntry ) : void
AddSpriteCollectionFromIndex ( tk2dSpriteCollectionIndex, indexEntry ) : void
GetObjectGUID ( Object obj ) : string
GetResourcesDir ( ) : string

메소드 상세

GetOrCreateResourcesDir() 공개 정적인 메소드

public static GetOrCreateResourcesDir ( ) : string
리턴 string

IsLoadableAsset() 공개 정적인 메소드

public static IsLoadableAsset ( Object obj ) : bool
obj Object
리턴 bool

MakeLoadableAsset() 공개 정적인 메소드

public static MakeLoadableAsset ( Object obj, string name ) : bool
obj Object
name string
리턴 bool

PlatformChanged() 공개 정적인 메소드

public static PlatformChanged ( ) : void
리턴 void

RebuildResources() 공개 정적인 메소드

public static RebuildResources ( ) : void
리턴 void

UnmakeLoadableAsset() 공개 정적인 메소드

public static UnmakeLoadableAsset ( Object obj ) : bool
obj Object
리턴 bool

UpdateAssetName() 공개 정적인 메소드

public static UpdateAssetName ( Object obj, string name ) : void
obj Object
name string
리턴 void