Renderer.RemoveRootComponent(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified component from the renderer, causing the component and its descendants to be disposed.
protected internal void RemoveRootComponent (int componentId);
member this.RemoveRootComponent : int -> unit
Protected Friend Sub RemoveRootComponent (componentId As Integer)
Parameters
- componentId
- Int32
The ID of the root component.