ControllerState.

SetBool(int, bool) Method

Summary

Sets the value of the specified boolean parameter.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState

Syntax

public void SetBool(int id, bool value)

Parameters

Name Type Description
id int
value bool

Return Value

Type Description
void