C# Class Spine.ShearTimeline

Inheritance: TranslateTimeline
Exibir arquivo Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Public Methods

Method Description
Apply ( Skeleton skeleton, float lastTime, float time, ExposedList firedEvents, float alpha, bool setupPose, bool mixingOut ) : void
ShearTimeline ( int frameCount ) : System

Method Details

Apply() public method

public Apply ( Skeleton skeleton, float lastTime, float time, ExposedList firedEvents, float alpha, bool setupPose, bool mixingOut ) : void
skeleton Skeleton
lastTime float
time float
firedEvents ExposedList
alpha float
setupPose bool
mixingOut bool
return void

ShearTimeline() public method

public ShearTimeline ( int frameCount ) : System
frameCount int
return System