Method PlaceSceneObjects
PlaceSceneObjects(Transform[], Vector3[], Quaternion[], Vector3[])
Place a group of objects in the scene/MiniWorld
Declaration
void PlaceSceneObjects(Transform[] transforms, Vector3[] targetPositionOffsets, Quaternion[] targetRotations, Vector3[] targetScales)
Parameters
| Type | Name | Description |
|---|---|---|
| Transform[] | transforms | Array of Transforms to place |
| Vector3[] | targetPositionOffsets | Array of per-object target positions |
| Quaternion[] | targetRotations | Array of per-object target rotations |
| Vector3[] | targetScales | Array of per-object target scales |