5 protected SCR_InfoDisplay m_OwnerDisplay;
7 [
Attribute(
desc:
"Should this Handler be updated every frame?")]
10 protected bool m_bEnabled;
13 void SetEnabled(
bool enabled)
29 void Initialize(notnull SCR_InfoDisplay display)
31 m_OwnerDisplay = display;
40 void OnStart(notnull SCR_InfoDisplay display);
47 void OnStop(notnull SCR_InfoDisplay display);
53 void OnUpdate(
float timeSlice);