Summary
[Editor-Only]
An
InspectorGadgets.AutoPrefs.AutoPref`1 which encapsulates a UnityEngine.Quaternion value stored in
UnityEditor.EditorPrefs.
- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
.Editor - Interfaces
- Base Types
-
- Object
- AutoPrefs
.AutoPref <Quaternion> - AutoPrefs
.Quaternion
graph BT
Type-->Base0["AutoPrefs.Quaternion"]
click Base0 "/inspector-gadgets/api/InspectorGadgets/Quaternion"
Base0-->Base1["AutoPrefs.AutoPref<Quaternion>"]
Base1-->Base2["Object"]
Type-.->Interface0["AutoPrefs.IAutoPref"]
click Interface0 "/inspector-gadgets/api/InspectorGadgets/IAutoPref"
Type["AutoPrefs.EditorQuaternion"]
class Type type-node
Syntax
public class AutoPrefs.EditorQuaternion : AutoPrefs.Quaternion, AutoPrefs.IAutoPref
Constructors
| Name | Summary |
|---|---|
| EditorQuaternion |
Constructs a UnityEngine.Quaternion pref with the specified `key` and UnityEngine.Quaternion.identity as the default value. |
| EditorQuaternion |
Constructs a UnityEngine.Quaternion pref with the specified `key` and `defaultValue`. |
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 |
Quaternion |
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 |
Quaternion |
Inherited from AutoPrefs
|
| operator != |
bool |
Inherited from AutoPrefs
|
| operator == |
bool |
Inherited from AutoPrefs
|