Wraper class for StyleOptionPlugin to allow for proper serializliation and deserialization in Unity.
Fields#
| Name | Description |
|---|
| Plugin | Instance copy of plugin |
| Serialization Type | Serialized plugin type |
| Serialization Data | Serialized plugin data |
| Serialization Namespace | Serialized plugin namespace |
Properties#
| Name | Description |
|---|
| instanceId | Gets the unique id for the current instance of the plugin wrapper |
Methods#
| Name | Description |
|---|
| Clone | Clones the plugin wrapper |
| DataLoad | Load wrapper from stream |
| DataSave | Save wrapper to stream |
| Matches | Compare object to another copy |