AnimancerUtilities.

SetParameterValue(AnimatorControllerPlayable, AnimatorControllerParameter, Object) Method

Summary

Sets the `value` of the `parameter` in the `playable`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static void SetParameterValue(AnimatorControllerPlayable playable, AnimatorControllerParameter parameter, Object value)

Parameters

Name Type Description
playable AnimatorControllerPlayable
parameter AnimatorControllerParameter
value Object

Return Value

Type Description
void