Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


hasPopInstruction

Enable 'render stack' pop draw call.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
public bool hasPopInstruction { get; set; }

Remarks

When rendering using the hierarchy the renderer can insert a 'pop'. The pop instruction is executed after all children have been rendered. The canvas renderer is rerendered using the configured pop materials.