Search Results for

    Show / Hide Table of Contents

    Class ScriptableRuntimeSingletonLoader

    Inheritance
    object
    ScriptableRuntimeSingletonLoader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.ScriptableObjects
    Assembly: Glitch9.dll
    Syntax
    public static class ScriptableRuntimeSingletonLoader

    Methods

    | Edit this page View Source

    ClearCache()

    Declaration
    public static void ClearCache()
    | Edit this page View Source

    Get(Type, bool)

    Declaration
    public static ScriptableObject Get(Type type, bool silent = false)
    Parameters
    Type Name Description
    Type type
    bool silent
    Returns
    Type Description
    ScriptableObject
    | Edit this page View Source

    Get<T>(bool)

    NOTE: ScriptableObject is created only at runtime. For editor mode, use ScriptableObjectEditorUtil.

    Declaration
    public static T Get<T>(bool silent = false) where T : ScriptableObject
    Parameters
    Type Name Description
    bool silent
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation