ClippingPrimitive.ClearRenderers Method

Definition

Overloads

ClearRenderers()

Removes all renderers in the list of objects this clipping primitive clips.

ClearRenderers(Boolean)

Removes all renderers in the list of objects this clipping primitive clips.

ClearRenderers()

Removes all renderers in the list of objects this clipping primitive clips.

public:
 void ClearRenderers();
public void ClearRenderers ();
member this.ClearRenderers : unit -> unit
Public Sub ClearRenderers ()

Applies to

ClearRenderers(Boolean)

Removes all renderers in the list of objects this clipping primitive clips.

public void ClearRenderers (bool autoDestroyMaterial = true);
member this.ClearRenderers : bool -> unit
Public Sub ClearRenderers (Optional autoDestroyMaterial As Boolean = true)

Parameters

autoDestroyMaterial
Boolean

Applies to