GetRegisteredMaterial(BatchMaterialID)
Returns the previously registered Material associated with this MaterialID.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public Material GetRegisteredMaterial(BatchMaterialID material)
Parameters
BatchRendererGroup Material ID.
Returns
Type | Description |
|---|---|
| Material | Unity Material. |