Skip to main content

Item Event

note

Item Event Blocks are available for all object types except Scene.

Block NameBlockDescription
Start Pointing
Perform the behaviour when theVR wand starts pointing at the object.
Stop Pointing
Perform the behaviour when theVR wand stops pointing at the object.
Start Looking

Perform the behaviour when the player starts looking at the target object.

note

The Start Looking can only be triggered if object is within 2 meters clear vision from the player's eye.

Stop Looking
Perform the behaviour when the player stops looking at the target object
Click
Perform the behaviour when the object is clicked by the player.
Start Contact
Perform the behaviour when the object enters into a collision with the target object or user.
  • Target: Scene object or user to be collided with.
Stop Contact
Perform the behaviour when the object exits the collision with the target object or user.
  • Target: Scene object or user to be collided with.