struct in Unity.ProjectAuditor.Editor.Core
Implements interfaces:ISerializationCallbackReceiver
A wrapper to enable serialization of enums
| Property | Description |
|---|---|
| Value | The value of this enum. |
| Constructor | Description |
|---|---|
| SerializableEnum_1 | Creates a new SerializableEnum. |
| Method | Description |
|---|---|
| Equals | Equals operator. |
| OnAfterDeserialize | Called after deserialization. |
| OnBeforeSerialize | Called prior to serialization. |
| Operator | Description |
|---|---|
| SerializableEnum<T> | Generic implicit operator. |
| T | Implicit operator. |