C# 클래스 Flask.DTween

파일 보기 프로젝트 열기: keijiro/SmoothingTest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
omega float
position float
velocity float

공개 메소드들

메소드 설명
DTween ( float position, float omega ) : UnityEngine
Step ( float target ) : void

메소드 상세

DTween() 공개 메소드

public DTween ( float position, float omega ) : UnityEngine
position float
omega float
리턴 UnityEngine

Step() 공개 메소드

public Step ( float target ) : void
target float
리턴 void

프로퍼티 상세

omega 공개적으로 프로퍼티

public float omega
리턴 float

position 공개적으로 프로퍼티

public float position
리턴 float

velocity 공개적으로 프로퍼티

public float velocity
리턴 float