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