-
-
Constructor Summary
Constructors Constructor Description Artboard(ArtboardHandle artboardHandle, CommandQueue commandQueue, CoroutineScope parentScope)
-
Method Summary
Modifier and Type Method Description final List<String>getStateMachineNames()-
-
Constructor Detail
-
Artboard
Artboard(ArtboardHandle artboardHandle, CommandQueue commandQueue, CoroutineScope parentScope)
- Parameters:
artboardHandle- The handle to the artboard on the command server.commandQueue- The command queue that owns the artboard.parentScope- The coroutine scope to use for launching coroutines.
-
-
Method Detail
-
getStateMachineNames
final List<String> getStateMachineNames()
-
-
-
-