C# Class Spine.AtlasAttachmentLoader

Inheritance: AttachmentLoader
Mostra file Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Public Methods

Method Description
AtlasAttachmentLoader ( ) : System
FindRegion ( string name ) : AtlasRegion
NewBoundingBoxAttachment ( Spine.Skin skin, String name ) : BoundingBoxAttachment
NewMeshAttachment ( Spine.Skin skin, String name, String path ) : MeshAttachment
NewPathAttachment ( Spine.Skin skin, String name ) : PathAttachment
NewRegionAttachment ( Spine.Skin skin, String name, String path ) : RegionAttachment

Method Details

AtlasAttachmentLoader() public method

public AtlasAttachmentLoader ( ) : System
return System

FindRegion() public method

public FindRegion ( string name ) : AtlasRegion
name string
return AtlasRegion

NewBoundingBoxAttachment() public method

public NewBoundingBoxAttachment ( Spine.Skin skin, String name ) : BoundingBoxAttachment
skin Spine.Skin
name String
return BoundingBoxAttachment

NewMeshAttachment() public method

public NewMeshAttachment ( Spine.Skin skin, String name, String path ) : MeshAttachment
skin Spine.Skin
name String
path String
return MeshAttachment

NewPathAttachment() public method

public NewPathAttachment ( Spine.Skin skin, String name ) : PathAttachment
skin Spine.Skin
name String
return PathAttachment

NewRegionAttachment() public method

public NewRegionAttachment ( Spine.Skin skin, String name, String path ) : RegionAttachment
skin Spine.Skin
name String
path String
return RegionAttachment