FixedUpdate() public method

public FixedUpdate ( ) : void
return void
Exemplo n.º 1
0
 // The fixupdate function.
 void FixedUpdate()
 {
     if (m_bReady)
     {
         m_cBehavior.FixedUpdate();
     }
 }