ControllerState.ParameterID.

ControllerState.

ValidateHasParameter(RuntimeAnimatorController, AnimatorControllerParameterType) Method

Summary

[Editor-Conditional] Throws if the `controller` doesn't have a parameter with the specified Animancer.ControllerState.ParameterID.Hash and `type`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState.ParameterID

Syntax

[System.Diagnostics.Conditional(Strings.UnityEditor)]
public void ValidateHasParameter(RuntimeAnimatorController controller, AnimatorControllerParameterType type)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
controller RuntimeAnimatorController
type AnimatorControllerParameterType

Return Value

Type Description
void