BoolPref.

BoolPref(string, string, bool) Constructor

Summary

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

Syntax

public BoolPref(string keyPrefix, string menuItem, bool defaultValue)

Parameters

Name Type Description
keyPrefix string
menuItem string
defaultValue bool

Return Value

Type Description
void