Bearbeiten

SystemType Class

Definition

Reference to a class Type with support for Unity serialization.

public ref class SystemType sealed : UnityEngine::ISerializationCallbackReceiver
[System.Serializable]
public sealed class SystemType : UnityEngine.ISerializationCallbackReceiver
[<System.Serializable>]
type SystemType = class
    interface ISerializationCallbackReceiver
Public NotInheritable Class SystemType
Implements ISerializationCallbackReceiver
Inheritance
SystemType
Attributes
Implements
UnityEngine.ISerializationCallbackReceiver

Constructors

SystemType(String)

Initializes a new instance of the SystemType class.

SystemType(Type)

Initializes a new instance of the SystemType class.

Properties

Type

Gets or sets type of class reference.

Methods

GetReference(Type)
ToString()

Operators

Implicit(SystemType to String)
Implicit(SystemType to Type)
Implicit(Type to SystemType)

Explicit Interface Implementations

ISerializationCallbackReceiver.OnAfterDeserialize()
ISerializationCallbackReceiver.OnBeforeSerialize()

Applies to