399

Creating behaviors
Waking up on viewer proximity

  • Viewer proximity can wakeup a behavior on:
  • Entry/exit of the ViewPlatform in a region
  • Method
    WakeupOnViewPlatformEntry( Bounds region )
    WakeupOnViewPlatformExit( Bounds region )
    Bounds getBounds( )

  • Sensor proximity can wakeup a behavior in the same way on:
  • Entry/exit of the sensor in a region
  • Method
    WakeupOnSensorEntry( Bounds region )
    WakeupOnSensorExit( Bounds region )
    Bounds getBounds( )