Parameter<T>.

SetValue(T) Method

Summary

Sets the Animancer.Parameter`1.Value.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Parameter<T>

Syntax

public void SetValue(T value)

Remarks

This is exactly the same as the property, but being a method allows it to be used as a delegate.

Parameters

Name Type Description
value T

Return Value

Type Description
void