Namespace UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Rendering
Classes
MaterialHelperBase
Base class for renderer bridge components that abstract the work of setting up material instances or property blocks.
MaterialInstanceHelper
Creates material instance for a material associated with a given renderer material index and provide accessor to it.
MaterialPropertyBlockHelper
Bridge between components needing to write to a renderer's material property block. Allows multiple components to handle their own material properties and write them to a central space and update it only as needed.