SceneBuilder.AddScene

SceneBuilder.AddScene method

Copies the instances from scene to this SceneBuilder

public IReadOnlyList<InstanceBuilder> AddScene(SceneBuilder scene, Matrix4x4 sceneTransform)
ParameterTypeDescription
sceneSceneBuilderThe source scene.
sceneTransformMatrix4x4A transform to apply to scene before addition.

Return Value

The instances copied from scene.

See Also