ReceiverNode3D

class kanzi::connect::ReceiverNode3D : public ReceiverNodeConceptImpl<Node3D, ReceiverNode3D>, public RenderEntryRegistry<ReceiverNode3D>

ReceiverNode3D provides the implementation to render a virtual stream.

ReceiverNode3D can only be accessed from the Kanzi thread unless otherwise noted.

See

For 2D receiver, see ReceiverNode2D.

Public Static Functions

ReceiverNode3DSharedPtr create(Domain *domain, string_view name)

Creates a ReceiverNode3D node.

Return

The created node.

Parameters
  • domain: The UI domain to which the node belongs.

  • name: The name of the node.

PropertyTypeEditorInfoSharedPtr makeEditorInfo()