JUtils
A unity utilities library
|
Serialize a System.Type Object More...
Public Member Functions | |
SerializableType (Type type) | |
void | OnBeforeSerialize () |
void | OnAfterDeserialize () |
Static Public Member Functions | |
static SerializableType | Get< T > () |
static implicit | operator Type (SerializableType serializableType) |
Public Attributes | |
Type | type |
Serialize a System.Type Object
|
inline |
References JUtils.SerializableType.type.
|
static |
|
inline |
References JUtils.AssemblyJUtils.GetTypeFromCode(), and JUtils.SerializableType.type.
|
inline |
References JUtils.SerializableType.type.
|
static |
Type JUtils.SerializableType.type |