C# Class ReaktorToAnimator, VJ01

Inheritance: MonoBehaviour
Show file 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 property

public bool enableSpeed
return bool

enableTrigger public property

public bool enableTrigger
return bool

maxSpeed public property

public float maxSpeed
return float

speedCurve public property

public AnimationCurve,UnityEngine speedCurve
return UnityEngine.AnimationCurve

triggerName public property

public string triggerName
return string

triggerThreshold public property

public float triggerThreshold
return float