TrackTriggerProps
Defined in: packages/engine/src/components/TrackTrigger.tsx:12
Properties
Section titled “Properties”| Property | Type | Default value | Description |
|---|---|---|---|
bottom? |
number |
open |
Metres above the surface of its floor. |
end |
number |
undefined |
Metres along where it ends. |
lap? |
boolean |
false |
Each entry counts a lap of the mounted Round: a race’s start and finish line. |
left? |
number |
open |
Metres across of its left edge, positive to the right of travel. |
right? |
number |
open |
Metres across of its right edge. |
start |
number |
undefined |
Metres along the centerline where it begins. |
top? |
number |
open |
Metres above the surface of its ceiling: a mover jumping higher clears it. |
track |
Track |
undefined |
The track its region lies on; only a mover on it is tested. |