Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PerfCriticalContext

Whether this node forms part of a performance-critical context
Read time 1 minuteLast updated 6 days ago

Definition

public bool PerfCriticalContext

Remarks

If the node represents part of a code call stack, perfCriticalContext is true if that callstack includes a known update method (for example, a MonoBehaviour.Update())