278

Creating Behaviors
Proximity Wakeup

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