This is the old Animancer v7.4 documentation. Click here for the latest version.

StateParameterDetails.

StateParameterDetails(string, AnimatorControllerParameterType, Object) Constructor

Summary

Creates a new Animancer.StateParameterDetails.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
StateParameterDetails

Syntax

public StateParameterDetails(string label, AnimatorControllerParameterType type, Object value)

Parameters

Name Type Description
label string
type AnimatorControllerParameterType
value Object

Return Value

Type Description
void