C# Class Spine.RegionAttachment

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

Public Methods

Method Description
ComputeWorldVertices ( Bone bone, float worldVertices ) : void
RegionAttachment ( string name ) : System
SetUVs ( float u, float v, float u2, float v2, bool rotate ) : void
UpdateOffset ( ) : void

Method Details

ComputeWorldVertices() public method

public ComputeWorldVertices ( Bone bone, float worldVertices ) : void
bone Bone
worldVertices float
return void

RegionAttachment() public method

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

SetUVs() public method

public SetUVs ( float u, float v, float u2, float v2, bool rotate ) : void
u float
v float
u2 float
v2 float
rotate bool
return void

UpdateOffset() public method

public UpdateOffset ( ) : void
return void