C# Class Spine.MeshAttachment

Attachment that displays a texture region using a mesh.
Inheritance: VertexAttachment
Datei anzeigen Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Public Methods

Method Description
ApplyDeform ( VertexAttachment sourceAttachment ) : bool
MeshAttachment ( string name ) : System
UpdateUVs ( ) : void

Method Details

ApplyDeform() public method

public ApplyDeform ( VertexAttachment sourceAttachment ) : bool
sourceAttachment VertexAttachment
return bool

MeshAttachment() public method

public MeshAttachment ( string name ) : System
name string
return System

UpdateUVs() public method

public UpdateUVs ( ) : void
return void