Skip to content

TriggerEvent

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

interface TriggerEvent {
node: Z.Node;
triggerRegion: Z.TriggerRegion;
}

Information provided during trigger events, including:

VariableTypeDescription
nodeZ.NodeThe node inside the TriggerRegion.
triggerRegionZ.TriggerRegionThe TriggerRegion the node is inside of.