Class SerializedType
Namespace: Unity.InteractiveTutorials
Syntax
[Serializable]
public class SerializedType : ISerializationCallbackReceiver
Constructors
SerializedType(Type)
Declaration
public SerializedType(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Properties
type
Declaration
public Type type { get; set; }
Property Value
Type | Description |
---|---|
Type |
Methods
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
Implements
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()