Class AttachmentPoint
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
This is a spot on the shape that connects to another shape.
[JsonObject(MemberSerialization.OptIn)]
public class AttachmentPoint
- Inheritance
-
AttachmentPoint
- Inherited Members
- Extension Methods
Fields
Code
The json code of this attachment point.
[JsonProperty]
public string Code
Field Value
ParentElement
The parent element of this attachment point.
public ShapeElement ParentElement
Field Value
PosX
The X position of the attachment point.
[JsonProperty]
public double PosX
Field Value
PosY
The Y position of the attachment point.
[JsonProperty]
public double PosY
Field Value
PosZ
The Z position of the attachment point.
[JsonProperty]
public double PosZ
Field Value
RotationX
The forward vertical rotation of the attachment point.
[JsonProperty]
public double RotationX
Field Value
RotationY
The forward horizontal rotation of the attachment point
[JsonProperty]
public double RotationY
Field Value
RotationZ
the left/right tilt of the attachment point
[JsonProperty]
public double RotationZ