Group
fun IsometricScope.Group(position: Point = Point(0.0, 0.0, 0.0), rotation: Double = 0.0, scale: Double = 1.0, rotationOrigin: Point? = null, scaleOrigin: Point? = null, visible: Boolean = true, renderOptions: RenderOptions? = null, content: @Composable IsometricScope.() -> Unit)
Create a group that applies transforms to all its children.
Parameters
position
Local position offset for all children
rotation
Local rotation around Z axis for all children
scale
Local scale factor for all children
rotationOrigin
Origin point for rotation
scaleOrigin
Origin point for scaling
visible
Whether the group and its children are visible
renderOptions
Optional per-subtree render options override (null inherits from parent)
content
The child nodes