C# Class Spine.ScaleTimeline

Inheritance: TranslateTimeline
Mostra file 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
ScaleTimeline ( 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

ScaleTimeline() public method

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