C# 클래스 ReaktorToAnimator, VJ01

상속: MonoBehaviour
파일 보기 프로젝트 열기: keijiro/VJ01

공개 프로퍼티들

프로퍼티 타입 설명
enableSpeed bool
enableTrigger bool
maxSpeed float
speedCurve UnityEngine.AnimationCurve
triggerName string
triggerThreshold float

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

enableSpeed 공개적으로 프로퍼티

public bool enableSpeed
리턴 bool

enableTrigger 공개적으로 프로퍼티

public bool enableTrigger
리턴 bool

maxSpeed 공개적으로 프로퍼티

public float maxSpeed
리턴 float

speedCurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine speedCurve
리턴 UnityEngine.AnimationCurve

triggerName 공개적으로 프로퍼티

public string triggerName
리턴 string

triggerThreshold 공개적으로 프로퍼티

public float triggerThreshold
리턴 float