MMLCollisionMoveEvent extendsRemoteEvent
Received when a user moves the collision point they are colliding at on an element.
detailisReadonly
detail: {
position: Position
connectionId: number
}
Type declaration
- position:
{
x: number
y: number
z: number
}
The position of the collision relative to the element's origin
- connectionId:
number
The unique numeric id of the connection that sent the event.
typeisReadonly
Returns the type of event, e.g. "click", "hashchange", or "submit".
Literal: collisionmove