KDrawArrow3dOption
kds-plugin-document / Exports / KDrawArrow3dOption
Interface: KDrawArrow3dOption
临时箭头绘制选项
The KDrawArrow3dOption class represents the option for Drawing temporary arrow3d.
Table of contents
Properties
Properties
color
• color: KColor
颜色
The arrow3d color. Default is { r: 0, g: 0, b: 0}.
Defined in
api.d.ts:4881
depthTest
• Optional
depthTest: boolean
是否被遮挡 indicate whether or not the arrow3d graphic will be covered by other objects. The arrow3d will be covered by other object as default.
Defined in
api.d.ts:4896
opacity
• Optional
opacity: number
透明度
The arrow3d opacity. Default is 1.
Defined in
api.d.ts:4889