Summary
An
InspectorGadgets.AutoPrefs.AutoPref`1
which encapsulates an int
value stored in
UnityEngine.PlayerPrefs
.
- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Interfaces
- Base Types
-
- Object
- AutoPrefs
.AutoPref <int>
- Derived Types
Syntax
public class AutoPrefs.Int : AutoPrefs.AutoPref<int>, AutoPrefs.IAutoPref
Constructors
Name | Summary |
---|---|
Int |
Constructs an InspectorGadgets.AutoPrefs.Int pref with the specified `key` and `defaultValue`. |
Methods
Operators
Name | Value | Summary |
---|---|---|
implicit operator |
AutoPrefs |
|
implicit operator int |
int |
Inherited from AutoPrefs
|
operator != |
bool |
Inherited from AutoPrefs
|
operator |
bool | |
operator == |
bool |
Inherited from AutoPrefs
|
operator > |
bool |
Extension Methods
Name | Value | Summary |
---|---|---|
DoGUI |
bool |
Draws a GUI field for an
InspectorGadgets.AutoPrefs.Int .From AutoPrefs
|
DoGUI |
bool |
[Editor-Only] Draws GUI controls for this pref and returns true if the value was changed.
From AutoPrefs
|
DoGUI |
bool |
[Editor-Only] Draws GUI controls for this pref and returns true if the value was changed.
From AutoPrefs
|
DoGUI |
bool |
[Editor-Only] Draws GUI controls for this pref and returns true if the value was changed.
From AutoPrefs
|