Class BoltTypeShells | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class BoltTypeShells

    Inheritance
    Object
    BoltTypeShells
    Namespace: Ludiq.Bolt
    Syntax
    public static class BoltTypeShells

    Methods

    Add(IBoltTypeShell)

    Declaration
    public static void Add(IBoltTypeShell shell)
    Parameters
    Type Name Description
    IBoltTypeShell shell

    OfType(BoltType)

    Declaration
    public static IEnumerable<IBoltTypeShell> OfType(BoltType type)
    Parameters
    Type Name Description
    BoltType type
    Returns
    Type Description
    IEnumerable<IBoltTypeShell>

    OfType<TShell>(BoltType)

    Declaration
    public static IEnumerable<TShell> OfType<TShell>(BoltType type)
        where TShell : IBoltTypeShell
    Parameters
    Type Name Description
    BoltType type
    Returns
    Type Description
    IEnumerable<TShell>
    Type Parameters
    Name Description
    TShell

    Remove(IBoltTypeShell)

    Declaration
    public static void Remove(IBoltTypeShell shell)
    Parameters
    Type Name Description
    IBoltTypeShell shell

    Events

    changed

    Declaration
    public static event Action changed
    Event Type
    Type Description
    Action

    destroying

    Declaration
    public static event Action<IBoltTypeShell> destroying
    Event Type
    Type Description
    Action<IBoltTypeShell>

    instantiated

    Declaration
    public static event Action<IBoltTypeShell> instantiated
    Event Type
    Type Description
    Action<IBoltTypeShell>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX