Class SerializableEnum
Class to serizalize Enum as string and recover it's state
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class SerializableEnum
Constructors
| Name | Description |
|---|---|
| SerializableEnum(Type) | Construct an enum to be serialized with a type |
Properties
| Name | Description |
|---|---|
| value | Value as enum |