IsParameterControlledByCurve
Returns true if the parameter is controlled by a curve, false otherwise.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
IsParameterControlledByCurve(string)
Returns true if the parameter is controlled by a curve, false otherwise.
public bool IsParameterControlledByCurve(string name)
Parameters
The parameter name.
Returns
Type | Description |
|---|---|
| bool | True if the parameter is controlled by a curve, false otherwise. |
IsParameterControlledByCurve(int)
Returns true if the parameter is controlled by a curve, false otherwise.
public bool IsParameterControlledByCurve(int id)
Parameters
The parameter ID.
Returns
Type | Description |
|---|---|
| bool | True if the parameter is controlled by a curve, false otherwise. |