ManualMixerState.Drawer<T>.

ManualMixerState.

SetParameterValue(int, Object) Method

Summary

Sets the value of a parameter being managed by the target state.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState.Drawer<T>

Syntax

public override void SetParameterValue(int index, Object value)

Parameters

Name Type Description
index int
value Object

Return Value

Type Description
void