HasPropertyBlock()
Returns true if the Renderer has a material property block attached via SetPropertyBlock.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool HasPropertyBlock()
Returns
Type | Description |
|---|---|
| bool |
Remarks
Additional Resources: MaterialPropertyBlock, Renderer.SetPropertyBlock.