C# Класс Spine.AttachmentTimeline

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

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

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

Sets the time and value of the specified keyframe.

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

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

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

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

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

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