Usage
circumscribe(
scene,
shape = "rectangle",
color = "#FFFF00",
stroke_width = 4,
duration = 1,
buff = 0.1,
fade_out = TRUE,
target_object = NULL
)
Arguments
- scene
A Scene object
- shape
Shape to draw ("rectangle", "circle")
- color
Outline color
- stroke_width
Line width
- duration
Duration
- buff
Padding around the object
- fade_out
Whether to fade out after drawing
- target_object
Optional ID of specific object
Value
The Scene object (invisibly) for piping