Search Results for

    Show / Hide Table of Contents

    Struct RendererCircuits_Instance.ParticleCircuitData.PSetInnerPinRef

    Represents a single inner "pin", which can be a partition set handle or a circuit line connector. Stores the pin's position and a reference to the partition set data.

    Namespace: AS2.Visuals
    Assembly: .dll
    Syntax
    public struct RendererCircuits_Instance.ParticleCircuitData.PSetInnerPinRef

    Constructors

    | Edit this page View Source

    PSetInnerPinRef(PSetData, PinType, Vector2)

    Declaration
    public PSetInnerPinRef(ParticlePinGraphicState.PSetData pSet, RendererCircuits_Instance.ParticleCircuitData.PSetInnerPinRef.PinType pinType, Vector2 pinPos)
    Parameters
    Type Name Description
    ParticlePinGraphicState.PSetData pSet
    RendererCircuits_Instance.ParticleCircuitData.PSetInnerPinRef.PinType pinType
    Vector2 pinPos

    Fields

    | Edit this page View Source

    pSet

    The graphical data of the partition set to which the pin/handle belongs.

    Declaration
    public ParticlePinGraphicState.PSetData pSet
    Field Value
    Type Description
    ParticlePinGraphicState.PSetData
    | Edit this page View Source

    pinPos

    The absolute world position of the handle.

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

    pinType

    The type of the handle.

    Declaration
    public RendererCircuits_Instance.ParticleCircuitData.PSetInnerPinRef.PinType pinType
    Field Value
    Type Description
    RendererCircuits_Instance.ParticleCircuitData.PSetInnerPinRef.PinType
    • 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