Table of Contents

Class PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue>

Namespace
Ceres.Flow.Properties
Assembly
Ceres.Flow.dll
[CeresGroup("Hidden")]
[CeresLabel("Set {0}")]
[NodeInfo("Writes the selected shared variable on the graph blackboard.")]
[CeresMetadata(new string[] { "style = PropertyNode", "path = Forward" })]
public sealed class PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue> : PropertyNode_SharedVariableValue, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode where T : SharedVariable<TVariableValue> where TInValue : TVariableValue

Type Parameters

T
TVariableValue
TInValue
Inheritance
PropertyNode_SetSharedVariableTValue<T, TVariableValue, TInValue>
Implements
Inherited Members

Constructors

PropertyNode_SetSharedVariableTValue()

public PropertyNode_SetSharedVariableTValue()

Fields

exec

[OutputPort(false)]
[CeresLabel("")]
public NodePort exec

Field Value

NodePort

input

Dependency node port

[InputPort(false)]
[CeresLabel("")]
public NodePort input

Field Value

NodePort

inputValue

[InputPort(false)]
[CeresLabel("Value")]
public CeresPort<TInValue> inputValue

Field Value

CeresPort<TInValue>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()