C# 클래스 ScalePathTweenProperty, GoKit

tweens scale along a path at constant speed between nodes. isRelative makes the path scale relative to the start scale of the object. a "from" tween will reverse the path and make the start scale be the last node in the path.
상속: AbstractTweenProperty
파일 보기 프로젝트 열기: prime31/GoKit 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ScalePathTweenProperty ( GoSpline, path, bool isRelative = false ) : System.Collections
prepareForUse ( ) : void
tick ( float totalElapsedTime ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ScalePathTweenProperty() 공개 메소드

public ScalePathTweenProperty ( GoSpline, path, bool isRelative = false ) : System.Collections
path GoSpline,
isRelative bool
리턴 System.Collections

prepareForUse() 공개 메소드

public prepareForUse ( ) : void
리턴 void

tick() 공개 메소드

public tick ( float totalElapsedTime ) : void
totalElapsedTime float
리턴 void