397

Creating behaviors
Waking up on elapsed time

  • A behavior can wakeup after a number of elapsed frames or milliseconds
  • Method
    WakeupOnElapsedFrames( int frameCount )
    int getElapsedFrameCount( )

    Method
    WakeupOnElapsedTime( long milliseconds )
    long getElapsedFrameTime( )