LabelAttachmentAppearance
- class cee.mrk.LabelAttachmentAppearance()
 Appearance settings for attachments that connect labels to their 3D position
Accessors
anchorPointColoranchorPointSizearrowHeadLengtharrowHeadWidthlineLengthtype
Accessors
- cee.mrk.anchorPointColor()
 The color of the anchor point
- Return type:
 Color3Like
- cee.mrk.anchorPointColor(color)
 - Arguments:
 color (
Color3Like) – None
- Return type:
 void
- cee.mrk.anchorPointSize()
 The size of the anchor point in pixels. To disable drawing of the anchor point set the size to zero.
- Return type:
 number
- cee.mrk.anchorPointSize(size)
 - Arguments:
 size (
number) – None
- Return type:
 void
- cee.mrk.arrowHeadLength()
 Length in pixels of arrow heads
- Return type:
 number
- cee.mrk.arrowHeadLength(arrowHeadLength)
 - Arguments:
 arrowHeadLength (
number) – None
- Return type:
 void
- cee.mrk.arrowHeadWidth()
 Width in pixels of arrow heads
- Return type:
 number
- cee.mrk.arrowHeadWidth(arrowHeadWidth)
 - Arguments:
 arrowHeadWidth (
number) – None
- Return type:
 void
- cee.mrk.lineLength()
 Length in pixels of the line that attaches the label to its 3D position
- Return type:
 number
- cee.mrk.lineLength(lengthInPixels)
 - Arguments:
 lengthInPixels (
number) – None
- Return type:
 void
- cee.mrk.type()
 Type of attachment
- Return type:
 LabelAttachmentType
- cee.mrk.type(type)
 - Arguments:
 type (
LabelAttachmentType) – None
- Return type:
 void