C# Класс Spine.TranslateTimeline

Наследование: CurveTimeline
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Apply ( Skeleton skeleton, float lastTime, float time, ExposedList firedEvents, float alpha, bool setupPose, bool mixingOut ) : void
SetFrame ( int frameIndex, float time, float x, float y ) : void

Sets the time and value of the specified keyframe.

TranslateTimeline ( int frameCount ) : System

Описание методов

Apply() публичный Метод

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
Результат void

SetFrame() публичный Метод

Sets the time and value of the specified keyframe.
public SetFrame ( int frameIndex, float time, float x, float y ) : void
frameIndex int
time float
x float
y float
Результат void

TranslateTimeline() публичный Метод

public TranslateTimeline ( int frameCount ) : System
frameCount int
Результат System