C# 클래스 Spine.TransformConstraintTimeline

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

공개 메소드들

메소드 설명
Apply ( Skeleton skeleton, float lastTime, float time, ExposedList firedEvents, float alpha, bool setupPose, bool mixingOut ) : void
SetFrame ( int frameIndex, float time, float rotateMix, float translateMix, float scaleMix, float shearMix ) : void
TransformConstraintTimeline ( 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() 공개 메소드

public SetFrame ( int frameIndex, float time, float rotateMix, float translateMix, float scaleMix, float shearMix ) : void
frameIndex int
time float
rotateMix float
translateMix float
scaleMix float
shearMix float
리턴 void

TransformConstraintTimeline() 공개 메소드

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