Property | Type | Description | |
---|---|---|---|
delay | float | ||
reset | bool | ||
value | Vector3 |
Method | Description | |
---|---|---|
SetBlend ( float blend, float deltaTime = 1f ) : void | ||
Update ( Vector3 input, float deltaTime = 1f ) : Vector3 |
public SetBlend ( float blend, float deltaTime = 1f ) : void | ||
blend | float | |
deltaTime | float | |
return | void |
public Update ( Vector3 input, float deltaTime = 1f ) : Vector3 | ||
input | Vector3 | |
deltaTime | float | |
return | Vector3 |