///////////////////////////////////////////////////////////
 // hooks up the vp_FPSDemo2 object as the inspector target
 ///////////////////////////////////////////////////////////
 void OnEnable()
 {
     m_Component = (vp_FPSDemo2)target;
 }
Пример #2
0
 ///////////////////////////////////////////////////////////
 // hooks up the vp_FPSDemo2 object as the inspector target
 ///////////////////////////////////////////////////////////
 void OnEnable()
 {
     m_Component = (vp_FPSDemo2)target;
 }