PerfCriticalContext
Whether this node forms part of a performance-critical context
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
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())