Class NodeDouble
Class NodeDouble. Implements the NodeRuntime
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Mechatronics.SystemGraph
Syntax
[NodeCategory("Type", "Double", NodeTick.Asynchronous, (LifeCycle)0, 0F, NodeMode.Standard, false, Mode = NodeMode.Standard | NodeMode.Property)]
public class NodeDouble : NodeRuntime
Fields
data
The data
Declaration
[Field("Data", PortDirection.Right, FieldExtra.Write | FieldExtra.Constant)]
[SerializeField]
public PortType<double> data
Field Value
| Type | Description |
|---|---|
| PortType<Double> |