Search Results for

    Show / Hide Table of Contents

    Struct RendererParticles_RenderBatch.PropertyBlockData

    An extendable struct that functions as the key for the mapping of particles to their render class. Particles with identical properties can be rendered in the same batch.

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

    Constructors

    | Edit this page View Source

    PropertyBlockData(Color, int)

    Declaration
    public PropertyBlockData(Color color, int pinsPerMesh)
    Parameters
    Type Name Description
    Color color
    int pinsPerMesh

    Fields

    | Edit this page View Source

    color

    The color of the rendered particle.

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

    pinsPerSide

    The number of pins on each side of the particle.

    Declaration
    public int pinsPerSide
    Field Value
    Type Description
    int
    • 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