Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NetworkUniverseEventType

Index

Enumeration members

BroadcastRemoteGadgetEvent

BroadcastRemoteGadgetEvent: = "broadcast_remote_gadget_event"

Sent when the network universe is conveying an event from a networked gadget to a remote gadget.

CreateRemoteGadget

CreateRemoteGadget: = "create_remote_gadget"

Sent when the remote universe should start a gadget on behalf of the the network universe.

DestroyRemoteGadget

DestroyRemoteGadget: = "destoy_remote_gadget"

Sent when the remote universe should destroy a gadget on behalf of the network universe.

EndItemGrab

EndItemGrab: = "end_item_grab"

Ends a grab from the remote side. Local side should start being grabbable and stop obeying remote transform updates.

SendMasterGadgetEvent

SendMasterGadgetEvent: = "send_master_gadget_event"

Sent when a remote universe is is conveying an even from a remote gadget to the networked gadget.

StartItemGrab

StartItemGrab: = "start_item_grab"

Starts a grab from the remote side. Local side should stop being grabbable and start obeying remote transform updates.

UpdateNetworkItemTransform

UpdateNetworkItemTransform: = "update_network_item_transform"

Sent when an item in a remote gadget is being moved around and wants to override the transform of the source gadget's item.

UpdateRemoteGadgetTransform

UpdateRemoteGadgetTransform: = "update_remote_gadget_transform"

Sent when the remote universe should update a remote gadget's transform relative to the universe.

Generated using TypeDoc