Skip to main content

Item Event

note

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

Block NameBlockDescription
Click
Perform the behaviour when the object is clicked by the player.
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 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.
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.
Start Contact With Tag

Perform the behaviour when the object enters into a collision with an object or user with the specified tag.

  • Tag: The instance tag to detect collision with.
Stop Contact With Tag

Perform the behaviour when the object exits the collision with an object or user with the specified tag.

  • Tag: The instance tag to detect collision with.
On Instance Tag Changed
Perform the behaviour when the instance tag of the object is changed.