SpawnEntity
Spawn entities from an asset path.
Installation
To use this Node, you must enable omni.entity.spawn.core
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
execIn |
|
Input to accept the execution signal |
|
transform |
|
The Transform Matrix where the actor is to be spawned |
[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]] |
sourcePaths |
|
The USD file path to the entities’ base asset or a prim path in current stage as the prototype of entity. |
[] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
entityNames |
|
The Spawned Actor’s names |
[] |
allSpawnedEntityNames |
|
Names of spawned actors of all executions of this node. |
[] |
execOut |
|
Execution Output to pass along the execution signal to downstream nodes |