triggerTag(...)
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.
triggerTag(v : string): Z.TriggerRegion;
Sets the triggerTag of the TriggerRegion. Objects with this tag will be tested to see if they are inside the TriggerRegion.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
v | string | The name of the triggerTag. |
Returns
Section titled “Returns”Z.TriggerRegion