C# Class ReaktorToAnimator, VJ01

Inheritance: MonoBehaviour
ファイルを表示 Open project: keijiro/VJ01

Public Properties

Property Type Description
enableSpeed bool
enableTrigger bool
maxSpeed float
speedCurve UnityEngine.AnimationCurve
triggerName string
triggerThreshold float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

enableSpeed public_oe property

public bool enableSpeed
return bool

enableTrigger public_oe property

public bool enableTrigger
return bool

maxSpeed public_oe property

public float maxSpeed
return float

speedCurve public_oe property

public AnimationCurve,UnityEngine speedCurve
return UnityEngine.AnimationCurve

triggerName public_oe property

public string triggerName
return string

triggerThreshold public_oe property

public float triggerThreshold
return float