Struct ConstantInt
Inherited Members
Namespace: Runtime
Assembly: solution.dll
Syntax
[Serializable]
[NodeDescription("The **Integer** constant node, returns the user defined integer value. \n\nNote: Constant nodes aren't variables and may not be modified. But you can convert any constant to a variable by right clicking on it and selecting. Constant_Convert. ")]
public struct ConstantInt : IConstantNode<int>, IConstantNode, IDataNode, INode
Fields
Name | Description |
---|---|
Value | |
ValuePort |
Methods
Name | Description |
---|---|
Execute<TCtx>(TCtx) |