C# 클래스 MikuAppearMotion, StereoAR-for-Unity

상속: MonoBehaviour
파일 보기 프로젝트 열기: hecomi/StereoAR-for-Unity

공개 프로퍼티들

프로퍼티 타입 설명
AnotherMiku GameObject
AppearPositionFrom Vector3
AppearPositionTo Vector3
AppearScaleFrom Vector3
AppearScaleTo Vector3
Diff float
Velocity float

공개 메소드들

메소드 설명
Appear ( ) : void
Awake ( ) : void
Reset ( ) : void
Update ( ) : void

메소드 상세

Appear() 공개 메소드

public Appear ( ) : void
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

AnotherMiku 공개적으로 프로퍼티

public GameObject AnotherMiku
리턴 GameObject

AppearPositionFrom 공개적으로 프로퍼티

public Vector3 AppearPositionFrom
리턴 Vector3

AppearPositionTo 공개적으로 프로퍼티

public Vector3 AppearPositionTo
리턴 Vector3

AppearScaleFrom 공개적으로 프로퍼티

public Vector3 AppearScaleFrom
리턴 Vector3

AppearScaleTo 공개적으로 프로퍼티

public Vector3 AppearScaleTo
리턴 Vector3

Diff 공개적으로 프로퍼티

public float Diff
리턴 float

Velocity 공개적으로 프로퍼티

public float Velocity
리턴 float