This is the old Animancer v7.4 documentation. Click here for the latest version.

BoolPref.

BoolPref(string, bool) Constructor

Summary

Creates a new Animancer.Editor.BoolPref.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
BoolPref

Syntax

public BoolPref(string menuItem, bool defaultValue)

Parameters

Name Type Description
menuItem string
defaultValue bool

Return Value

Type Description
void