Super Bomber Kit
Search Results for

    Show / Hide Table of Contents

    Class Layers

    Facilitator for accessing and configuring the layers.

    Inheritance
    object
    Layers
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: BomberDogs.Level
    Assembly: Assembly-CSharp.dll
    Syntax
    public static class Layers

    Properties

    | Edit this page View Source

    Bombs

    Layer for bombs

    Declaration
    public static LayerMask Bombs { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    BridgesAndStairsMap

    Layers for bridges and stairs. These objects cannot be passed through by the explosion fire, although the player can walk through them.

    Declaration
    public static LayerMask BridgesAndStairsMap { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    DestructibleBlocks

    Layer for destructible blocks

    Declaration
    public static LayerMask DestructibleBlocks { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    Eggs

    Layer for eggs

    Declaration
    public static LayerMask Eggs { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    Enemy

    Enemy layer

    Declaration
    public static LayerMask Enemy { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    GroundMap

    Layer of tiles where the character can walk. Except bridges and stairs

    Declaration
    public static LayerMask GroundMap { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    Hitbox

    Layer for hitboxes

    Declaration
    public static LayerMask Hitbox { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    ImpassableMap

    Layers for objects that players and enemies cannot pass through.

    Declaration
    public static LayerMask ImpassableMap { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    Interactable

    Layer for interactables

    Declaration
    public static LayerMask Interactable { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    Items

    Layer for level items

    Declaration
    public static LayerMask Items { get; }
    Property Value
    Type Description
    LayerMask
    | Edit this page View Source

    Player

    Player layer

    Declaration
    public static LayerMask Player { get; }
    Property Value
    Type Description
    LayerMask
    • Edit this page
    • View Source
    In this article
    Back to top