C# Class GSpineManager, Futile-SpineSprite

Mostrar archivo Open project: Grizzlage/Futile-SpineSprite Class Usage Examples

Public Methods

Method Description
DoesContainSkeleton ( string name ) : bool
GSpineManager ( ) : System.Collections
GetSkeletonByName ( string name ) : SkeletonData
LoadSpine ( string name, string jsonPath ) : void
LoadSpine ( string name, string jsonPath, string atlasPath ) : void

Method Details

DoesContainSkeleton() public static method

public static DoesContainSkeleton ( string name ) : bool
name string
return bool

GSpineManager() public method

public GSpineManager ( ) : System.Collections
return System.Collections

GetSkeletonByName() public static method

public static GetSkeletonByName ( string name ) : SkeletonData
name string
return Spine.SkeletonData

LoadSpine() public static method

public static LoadSpine ( string name, string jsonPath ) : void
name string
jsonPath string
return void

LoadSpine() public static method

public static LoadSpine ( string name, string jsonPath, string atlasPath ) : void
name string
jsonPath string
atlasPath string
return void