HybridAnimancerComponent.

SetBool(string, bool) Method

Summary

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

Syntax

public void SetBool(string name, bool value)

Parameters

Name Type Description
name string
value bool

Return Value

Type Description
void