SerializableType
Struct in LogicToolkit / Inherits from: System.ValueType
Implements interfaces: System.IEquatable<SerializableType>
Description
Structure for handling SerializableType.Type with Unity's serialization system
Constructors
| Description | |
|---|---|
| SerializableType | Constructor |
Properties
| Property Name | Description |
|---|---|
| Type | Get the referenced Type |
Methods
| Method Name | Description |
|---|---|
| Equals | Determine equality |
| GetHashCode | Get the hash code. |
| ToString | Get string |
Operators
| Operator Name | Description |
|---|---|
| operator != | Determine whether they are not equal |
| operator == | Determine equality |