Search Results for

    Show / Hide Table of Contents

    Struct RendererCircuitPins_RenderBatch.PropertyBlockData

    An extendable struct that functions as the key for the mapping of particles to their render class.

    Namespace: AS2.Visuals
    Assembly: .dll
    Syntax
    public struct RendererCircuitPins_RenderBatch.PropertyBlockData

    Constructors

    | Edit this page View Source

    PropertyBlockData(Color, bool, bool, bool, bool, bool, bool)

    Declaration
    public PropertyBlockData(Color color, bool delayed, bool singleton, bool beeping, bool beepOrigin, bool faulty, bool connector)
    Parameters
    Type Name Description
    Color color
    bool delayed
    bool singleton
    bool beeping
    bool beepOrigin
    bool faulty
    bool connector
    | Edit this page View Source

    PropertyBlockData(Color, bool, bool, bool, bool, bool, bool, Vector2)

    Declaration
    public PropertyBlockData(Color color, bool delayed, bool singleton, bool beeping, bool beepOrigin, bool faulty, bool connector, Vector2 animationOffset)
    Parameters
    Type Name Description
    Color color
    bool delayed
    bool singleton
    bool beeping
    bool beepOrigin
    bool faulty
    bool connector
    Vector2 animationOffset

    Fields

    | Edit this page View Source

    animationOffset

    Declaration
    public Vector2 animationOffset
    Field Value
    Type Description
    Vector2
    | Edit this page View Source

    beepOrigin

    Declaration
    public bool beepOrigin
    Field Value
    Type Description
    bool
    | Edit this page View Source

    beeping

    Declaration
    public bool beeping
    Field Value
    Type Description
    bool
    | Edit this page View Source

    color

    Declaration
    public Color color
    Field Value
    Type Description
    Color
    | Edit this page View Source

    connector

    Declaration
    public bool connector
    Field Value
    Type Description
    bool
    | Edit this page View Source

    delayed

    Declaration
    public bool delayed
    Field Value
    Type Description
    bool
    | Edit this page View Source

    faulty

    Declaration
    public bool faulty
    Field Value
    Type Description
    bool
    | Edit this page View Source

    singleton

    Declaration
    public bool singleton
    Field Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top AmoebotSim 2.0 Documentation v1.11
    Copyright © 2025 AmoebotSim 2.0 Authors
    Generated by DocFX