Summary
[Editor-Only]
An
InspectorGadgets.AutoPrefs.AutoPref`1 which encapsulates a UnityEngine.Vector4 value stored in
UnityEditor.EditorPrefs.
- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
.Editor - Interfaces
- Base Types
-
- Object
- AutoPrefs
.AutoPref <Vector4> - AutoPrefs
.Vector4
graph BT
Type-->Base0["AutoPrefs.Vector4"]
click Base0 "/inspector-gadgets/api/InspectorGadgets/Vector4"
Base0-->Base1["AutoPrefs.AutoPref<Vector4>"]
Base1-->Base2["Object"]
Type-.->Interface0["AutoPrefs.IAutoPref"]
click Interface0 "/inspector-gadgets/api/InspectorGadgets/IAutoPref"
Type["AutoPrefs.EditorVector4"]
class Type type-node
Syntax
public class AutoPrefs.EditorVector4 : AutoPrefs.Vector4, AutoPrefs.IAutoPref
Constructors
| Name | Summary |
|---|---|
| EditorVector4 |
Constructs an InspectorGadgets.Editor.AutoPrefs.EditorVector4 pref. |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| KeyW |
The key used to identify the w value of this pref.
Inherited from AutoPrefs
|
|
| KeyY |
The key used to identify the y value of this pref.
Inherited from AutoPrefs
|
|
| KeyZ |
The key used to identify the z value of this pref.
Inherited from AutoPrefs
|
Properties
| Name | Value | Summary |
|---|---|---|
| KeyX | string |
The key used to identify the x value of this pref.
Inherited from AutoPrefs
|
Methods
| Name | Value | Summary |
|---|---|---|
| DeletePref |
void |
Deletes the value of this pref from
UnityEditor.EditorPrefs and reverts to the default value. |
| IsSaved |
bool |
Returns true if
UnityEditor.EditorPrefs currently contains a value for this pref. |
| Load |
Vector4 |
Loads the value of this pref from
UnityEditor.EditorPrefs. |
| Save |
void |
Saves the value of this pref to
UnityEditor.EditorPrefs. |
Operators
| Name | Value | Summary |
|---|---|---|
| implicit operator |
AutoPrefs |
|
| implicit operator |
AutoPrefs |
Inherited from AutoPrefs
|
| implicit operator |
Color |
Inherited from AutoPrefs
|
| implicit operator |
Vector4 |
Inherited from AutoPrefs
|
| operator != |
bool |
Inherited from AutoPrefs
|
| operator == |
bool |
Inherited from AutoPrefs
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| DoColorGUI |
bool |
Draws a GUI Color field for an
InspectorGadgets.AutoPrefs.Vector4.From AutoPrefs
|