AnimatorParameter.Implicit

Operator in AnimatorParameter

Declaration

public static implicit operator AnimatorParameter(string name)

Description

Implicitly converts a name to an animator parameter.

Parameters

nameThe name of the animator parameter.

Returns

AnimatorParameterA new animator parameter with the given name.

Overload

Declaration

public static implicit operator int (AnimatorParameter property)

Description

Implicitly converts an animator parameter to a hash id.

Parameters

propertyThe animator parameter to convert to an id.

Returns

intThe hash id of the animator parameter.