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
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023