C# 클래스 TweenSpin, ggj16

상속: TweenBase
파일 보기 프로젝트 열기: amzeratul/ggj16

공개 프로퍼티들

프로퍼티 타입 설명
acceleration float
angularSpeed float
axis Vector3
deceleration float
maxAngularSpeed float
time float

공개 메소드들

메소드 설명
Update ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

acceleration 공개적으로 프로퍼티

public float acceleration
리턴 float

angularSpeed 공개적으로 프로퍼티

public float angularSpeed
리턴 float

axis 공개적으로 프로퍼티

public Vector3 axis
리턴 Vector3

deceleration 공개적으로 프로퍼티

public float deceleration
리턴 float

maxAngularSpeed 공개적으로 프로퍼티

public float maxAngularSpeed
리턴 float

time 공개적으로 프로퍼티

public float time
리턴 float