ControllerState.ParameterID.

ControllerState.

ParameterID(string, int) Constructor

Summary

Creates a new Animancer.ControllerState.ParameterID with the specified Animancer.ControllerState.ParameterID.Name and Animancer.ControllerState.ParameterID.Hash.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState.ParameterID

Syntax

public ParameterID(string name, int hash)

Remarks

This constructor does not verify that the `hash` actually corresponds to the `name`.

Parameters

Name Type Description
name string
hash int

Return Value

Type Description
void