C# 클래스 Spine.DeformTimeline

상속: CurveTimeline
파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( Skeleton skeleton, float lastTime, float time, ExposedList firedEvents, float alpha, bool setupPose, bool mixingOut ) : void
DeformTimeline ( int frameCount ) : System
SetFrame ( int frameIndex, float time, float vertices ) : 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

DeformTimeline() 공개 메소드

public DeformTimeline ( int frameCount ) : System
frameCount int
리턴 System

SetFrame() 공개 메소드

Sets the time and value of the specified keyframe.
public SetFrame ( int frameIndex, float time, float vertices ) : void
frameIndex int
time float
vertices float
리턴 void