/// <summary> /// Initializes a new instance of the <see cref="SceneChildRenderer"/> class. /// </summary> /// <param name="childScene">The scene child.</param> public SceneChildRenderer(ChildSceneComponent childScene) { ChildScene = childScene; }