C# Class tk2dSystemUtility, Malisse

Show file Open project: Collegiennes/Malisse

Public Methods

Method Description
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

Private Methods

Method Description
AddFontFromIndex ( tk2dGenericIndexItem indexEntry ) : void
AddSpriteCollectionFromIndex ( tk2dSpriteCollectionIndex, indexEntry ) : void
GetObjectGUID ( Object obj ) : string
GetResourcesDir ( ) : string

Method Details

GetOrCreateResourcesDir() public static method

public static GetOrCreateResourcesDir ( ) : string
return string

IsLoadableAsset() public static method

public static IsLoadableAsset ( Object obj ) : bool
obj Object
return bool

MakeLoadableAsset() public static method

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

PlatformChanged() public static method

public static PlatformChanged ( ) : void
return void

RebuildResources() public static method

public static RebuildResources ( ) : void
return void

UnmakeLoadableAsset() public static method

public static UnmakeLoadableAsset ( Object obj ) : bool
obj Object
return bool

UpdateAssetName() public static method

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