ClippingPrimitive.rendererDict Field
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.
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)