Photon Fusion
2.1.1
A generic version of SerializableType that can be used to store types that inherit from a specific base type. More...
Public Member Functions | |
| readonly SerializableType< BaseType > | AsShort () |
| readonly override bool | Equals (object obj) |
| readonly bool | Equals (SerializableType< BaseType > other) |
| readonly override int | GetHashCode () |
| SerializableType (Type type) | |
Static Public Member Functions | |
| static implicit | operator SerializableType< BaseType > (Type type) |
| static implicit | operator Type (SerializableType< BaseType > serializableType) |
Public Attributes | |
| string | AssemblyQualifiedName |
Properties | |
| readonly bool | IsValid [get] |
| readonly Type | Value [get] |
A generic version of SerializableType that can be used to store types that inherit from a specific base type.
| BaseType | The base type of the type stored |