Arrow shape specification.
- Source
Extends
Members
callback :Func
function to call on click
- Func
- Inherited From
- Source
clickable :boolean
if true, user can click on object to trigger callback
- boolean
- Inherited From
- Source
color :ColorSpec
color
- Overrides
- Source
contextMenuEnabled :boolean
if true, user can right-click or long press to trigger callback
- boolean
- Inherited From
- Source
dir :XYZ
direction to extend from start (instead of specifying end)
- Source
end :XYZ
ending position
- Source
frame :number
if set, only display in this frame of an animation
- number
- Inherited From
- Source
hidden :boolean
hidden
- boolean
- Overrides
- Source
hover_callback :Func
hover callback
- Func
- Inherited From
- Source
hoverable :boolean
if true, user can hover on object to trigger callback
- boolean
- Inherited From
- Source
length :number
length to extend in dir direction from start (instead of specifying end)
- number
- Source
linewidth :number
width of line for wireframe rendering No longer supported by most browsers
- number
- Inherited From
- Source
mid :number
relative position of arrow base (0.618034 default)
- number
- Source
midpos :number
position of arrow base in length units, if negative positioned from end instead of start. Overrides mid.
- number
- Source
opacity :number
transparency, between 0 (invisible) and 1 (opaque)
- number
- Inherited From
- Source
radius :number
radius (default 0.1A)
- number
- Source
radiusRatio :number
ratio of arrow base to cylinder (1.618034 default)
- number
- Source
start :XYZ
starting position
- Source
unhover_callback :Func
unhover callback
- Func
- Inherited From
- Source
wireframe :boolean
draw as wireframe, not surface
- boolean
- Inherited From
- Source