M3D / M3D / Utility / Publisher
Interface: Publisher
消息发送者
Implemented by
CameraCollisionsCompareModelsDecalImageSourceLODDataLODLoaderLineLoaderNoteOctreeHandlerPreSelectorPrepareRenderProcessorReaderSelectorShapeShapeSetTextureTextures
Table of contents
Methods
Methods
post
▸ post(msg): any
发送普通消息,不需要及时处理
Parameters
| Name | Type | Description |
|---|---|---|
msg | M3DMessage | 消息体 |
Returns
any
send
▸ send(msg): any
发送需要及时处理的消息
Parameters
| Name | Type | Description |
|---|---|---|
msg | M3DMessage | 消息体 |
Returns
any