LabelAttachmentAppearance

class cee.mrk.LabelAttachmentAppearance()

Appearance settings for attachments that connect labels to their 3D position


Accessors

LabelAttachmentAppearance.anchorPointColor()

The color of the anchor point

Return type:

Color3Like

LabelAttachmentAppearance.anchorPointColor(color)
Arguments:
  • color (Color3Like) – None

Return type:

void

LabelAttachmentAppearance.anchorPointSize()

The size of the anchor point in pixels. To disable drawing of the anchor point set the size to zero.

Return type:

number

LabelAttachmentAppearance.anchorPointSize(size)
Arguments:
  • size (number) – None

Return type:

void

LabelAttachmentAppearance.arrowHeadLength()

Length in pixels of arrow heads

Return type:

number

LabelAttachmentAppearance.arrowHeadLength(arrowHeadLength)
Arguments:
  • arrowHeadLength (number) – None

Return type:

void

LabelAttachmentAppearance.arrowHeadWidth()

Width in pixels of arrow heads

Return type:

number

LabelAttachmentAppearance.arrowHeadWidth(arrowHeadWidth)
Arguments:
  • arrowHeadWidth (number) – None

Return type:

void

LabelAttachmentAppearance.lineLength()

Length in pixels of the line that attaches the label to its 3D position

Return type:

number

LabelAttachmentAppearance.lineLength(lengthInPixels)
Arguments:
  • lengthInPixels (number) – None

Return type:

void

LabelAttachmentAppearance.type()

Type of attachment

Return type:

LabelAttachmentType

LabelAttachmentAppearance.type(type)
Arguments:
  • type (LabelAttachmentType) – None

Return type:

void