Elements
All of the MML Elements with available attributes and examples.
Elements | Description |
---|---|
<m-group> | The |
<m-cube> | The |
<m-sphere> | The |
<m-cylinder> | The |
<m-light> | The |
<m-plane> | The |
<m-model> | The |
<m-character> | The |
<m-frame> | The |
<m-audio> | The |
<m-image> | The |
<m-video> | The |
<m-label> | The |
<m-position-probe> | The |
<m-prompt> | The |
<m-interaction> | The |
<m-chat-probe> | The |
<m-attr-anim> | The |
Events
All of the MML Event types and their properties.
Events | Description |
---|---|
ConnectionEvent | A class that extends Event | |
MMLChatEvent | A class that extends Event | |
MMLClickEvent | Received when a user clicks on a 3D object. |
MMLCollisionEndEvent | Received when a user stops colliding with an element. |
MMLCollisionMoveEvent | Received when a user moves the collision point they are colliding at on an element. |
MMLCollisionStartEvent | Received when a user starts colliding with an element. |
MMLInteractionEvent | Received when a user interacts with an m-interaction. |
MMLPositionEnterEvent | Received when a user enters the range of an m-position-probe. |
MMLPositionLeaveEvent | Received when a user leaves the range of an m-position-probe after having entered. |
MMLPositionMoveEvent | Received when a user moves after having entered the range of an m-position-probe. |
MMLPromptEvent | Received when a user triggers a prompt with a value. |
RemoteEvent | A class that extends Event | |