Class SerializedType
Used to serialize System.Type using Type.AssemblyQualifiedName.
Implements
Inherited Members
Namespace: Unity.Tutorials.Editor
Assembly: Unity.Tutorials.Editor.dll
Syntax
[Serializable]
public class SerializedType : ISerializationCallbackReceiver
Constructors
SerializedType(Type)
Constructs with a type.
Declaration
public SerializedType(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The Type this SerializedType refers to |
Properties
Type
The Type is stored using its assembly-qualified type name.
Declaration
public Type Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Type |
Methods
OnAfterDeserialize()
UnityEngine.ISerializationCallbackReceiver override, do not call.
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
UnityEngine.ISerializationCallbackReceiver override, do not call.
Declaration
public void OnBeforeSerialize()