MixerState<TParameter>.

GetParameterError(TParameter) Method

Summary

Returns an error message if the given `parameter` value can't be assigned to the Animancer.MixerState`1.Parameter. Otherwise returns null.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerState<TParameter>

Syntax

public abstract string GetParameterError(TParameter parameter)

Parameters

Name Type Description
parameter TParameter

Return Value

Type Description
string