ParametizedAnimancerStateDrawer<T>.

SetParameterValue(int, Object) Method

Summary

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

Syntax

public virtual void SetParameterValue(int index, Object value)

Parameters

Name Type Description
index int
value Object

Return Value

Type Description
void