Skip to content

setanimatorbool

eisclimber edited this page Apr 4, 2026 · 1 revision

VirtualHandAnimator.SetAnimatorBool(string,bool)

Method in VirtualHandAnimator

Summary

Sets a bool parameter in the animator.

public void SetAnimatorBool(string boolName, bool boolValue)

Parameters

Name Description
string boolName Name of the parameter.
bool boolValue Value to set.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally