[SerializeField, InfoBox("Verbose Calls enable logging at runtime, this can lead to performance drop, use only when debugging.",InfoBoxType.Warning, "m_VerboseCalls")]
protectedboolm_VerboseCalls;
[SerializeField, InfoBox("Verbose Calls enable logging at runtime, this can lead to performance drop, use only when debugging.", InfoBoxType.Warning, "m_VerboseCalls")]
privateboolm_VerboseCalls=false;
[SerializeField, InfoBox("Per-update calls should be avoided. Enable if strictly necessary.", InfoBoxType.Warning, "m_AllowUpdateCalls")]