C# 클래스 Spine.PathConstraint

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

공개 메소드들

메소드 설명
Apply ( ) : void
PathConstraint ( PathConstraintData data, Skeleton skeleton ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
AddAfterPosition ( float p, float temp, int i, float output, int o ) : void
AddBeforePosition ( float p, float temp, int i, float output, int o ) : void
AddCurvePosition ( float p, float x1, float y1, float cx1, float cy1, float cx2, float cy2, float x2, float y2, float output, int o, bool tangents ) : void
ComputeWorldPositions ( PathAttachment path, int spacesCount, bool tangents, bool percentPosition, bool percentSpacing ) : float[]

메소드 상세

Apply() 공개 메소드

public Apply ( ) : void
리턴 void

PathConstraint() 공개 메소드

public PathConstraint ( PathConstraintData data, Skeleton skeleton ) : System
data PathConstraintData
skeleton Skeleton
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void