StateParameterDetails Struct

Summary

Details of a parameter in an Animancer.IParametizedState.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
  • ValueType
graph BT Type-->Base0["ValueType"] Type["StateParameterDetails"] class Type type-node

Syntax

public struct StateParameterDetails : ValueType

Constructors

Name Summary
StateParameterDetails(string, AnimatorControllerParameterType, Object) Creates a new Animancer.StateParameterDetails.
StateParameterDetails(string, string, AnimatorControllerParameterType, Object) Creates a new Animancer.StateParameterDetails.

Fields

Name Constant Value Summary
label
The display name.
name
The Animancer.AnimancerGraph.Parameters binding name.
NoBinding NoBinding
A special value for Animancer.StateParameterDetails.name which indicates that binding is not supported.
static
type
The type of parameter.
value
The current value of the parameter.

Properties

Name Value Summary
SupportsBinding bool
Does the parameter support binding?