Struct ConstantBounds
Namespace: Unity.VisualScripting.Interpreter
Syntax
[ConstantNode(typeof(Bounds))]
public struct ConstantBounds : IConstantNode, IDataNode, IFoldableNode, INode
Fields
Output
Declaration
public OutputDataPort Output
Field Value
Type | Description |
---|---|
OutputDataPort |
Value
Declaration
public Bounds Value
Field Value
Type | Description |
---|---|
Bounds |
Methods
Execute<TCtx>(TCtx)
Declaration
public void Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
Type | Name | Description |
---|---|---|
TCtx | ctx |
Type Parameters
Name | Description |
---|---|
TCtx |