ClippingPrimitive.rendererDict Field

Definition

The renderer(s) that should be affected by the primitive.

protected: initonly System::Collections::Generic::Dictionary<UnityEngine::Renderer ^, Microsoft::MixedReality::Toolkit::Rendering::MaterialInstance ^> ^ rendererDict;
protected readonly System.Collections.Generic.Dictionary<UnityEngine.Renderer,Microsoft.MixedReality.Toolkit.Rendering.MaterialInstance> rendererDict;
val mutable rendererDict : System.Collections.Generic.Dictionary<UnityEngine.Renderer, Microsoft.MixedReality.Toolkit.Rendering.MaterialInstance>
Protected ReadOnly rendererDict As Dictionary(Of Renderer, MaterialInstance) 

Field Value

Dictionary<UnityEngine.Renderer,MaterialInstance>

Applies to