isometric
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
isometric
isometric-core
/
io.github.jayteealao.isometric
/
SceneProjector
/
add
add
abstract
fun
add
(
shape
:
Shape
,
color
:
IsoColor
)
Add a shape to the scene graph.
abstract
fun
add
(
path
:
Path
,
color
:
IsoColor
,
originalShape
:
Shape
?
=
null
,
id
:
String
?
=
null
,
ownerNodeId
:
String
?
=
null
)
Add a path to the scene graph with optional metadata.