Table of Contents

Class SingletonAsset<T>

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
public abstract class SingletonAsset<T> : SerializedScriptableObject, ISerializationCallbackReceiver where T : SingletonAsset<T>

Type Parameters

T
Inheritance
SerializedScriptableObject
SingletonAsset<T>
Implements
ISerializationCallbackReceiver
Derived
Inherited Members
SerializedScriptableObject.OnAfterDeserialize()
SerializedScriptableObject.OnBeforeSerialize()
Extension Methods

Constructors

SingletonAsset()

protected SingletonAsset()

Properties

Instance

public static T Instance { get; }

Property Value

T

Methods

OnLoaded()

public virtual void OnLoaded()