Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsParameterControlledByCurve

Returns true if the parameter is controlled by a curve, false otherwise.
Read time 1 minuteLast updated 8 days ago

Definition

IsParameterControlledByCurve(string)

Returns true if the parameter is controlled by a curve, false otherwise.
public bool IsParameterControlledByCurve(string name)

Parameters

name

The parameter name.

Returns

Type

Description

boolTrue 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

id

The parameter ID.

Returns

Type

Description

boolTrue if the parameter is controlled by a curve, false otherwise.