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 SourcePSetInnerPinRef(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 SourcepSet
The graphical data of the partition set to which the pin/handle belongs.
Declaration
public ParticlePinGraphicState.PSetData pSet
Field Value
Type | Description |
---|---|
ParticlePinGraphicState.PSetData |
pinPos
The absolute world position of the handle.
Declaration
public Vector2 pinPos
Field Value
Type | Description |
---|---|
Vector2 |
pinType
The type of the handle.
Declaration
public RendererCircuits_Instance.ParticleCircuitData.PSetInnerPinRef.PinType pinType
Field Value
Type | Description |
---|---|
RendererCircuits_Instance.ParticleCircuitData.PSetInnerPinRef.PinType |