Class NodePointCloud
Provides capability put a PointCloud property as a node.
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[NodeCategory("Type", "PointCloud", NodeTick.Asynchronous, (LifeCycle)0, 0F, NodeMode.Standard, false, Mode = NodeMode.Standard | NodeMode.Property)]
public class NodePointCloud : NodeRuntime
Fields
data
Provides a port to input or output a PointCloud from the a SystemGraph.
Declaration
[Field("Data", PortDirection.Right, FieldExtra.Write | FieldExtra.Constant)]
[SerializeField]
protected PortType<PointCloud> data
Field Value
Type | Description |
---|---|
PortType<PointCloud> |