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