Table of Contents

Class AttachmentPoint

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

This is a spot on the shape that connects to another shape.

public class AttachmentPoint
Inheritance
AttachmentPoint
Inherited Members

Fields

Code

The json code of this attachment point.

public string Code

Field Value

string

ParentElement

The parent element of this attachment point.

public ShapeElement ParentElement

Field Value

ShapeElement

PosX

The X position of the attachment point.

public double PosX

Field Value

double

PosY

The Y position of the attachment point.

public double PosY

Field Value

double

PosZ

The Z position of the attachment point.

public double PosZ

Field Value

double

RotationX

The forward vertical rotation of the attachment point.

public double RotationX

Field Value

double

RotationY

The forward horizontal rotation of the attachment point

public double RotationY

Field Value

double

RotationZ

the left/right tilt of the attachment point

public double RotationZ

Field Value

double