Class LocalFunction
Variable represents local custom function in flow subGraph
Inherited Members
Namespace: Ceres.Editor.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public class LocalFunction : SharedVariable<string>, IDisposable, IVariable<string>
Remarks
Value is function guid
Constructors
LocalFunction()
Declaration
public LocalFunction()
Remarks
Value is function guid
LocalFunction(string)
Declaration
public LocalFunction(string functionName)
Parameters
Type | Name | Description |
---|---|---|
string | functionName |
Remarks
Value is function guid
Methods
CloneT()
Declaration
protected override SharedVariable<string> CloneT()
Returns
Type | Description |
---|---|
SharedVariable<string> |
Overrides
Ceres.Graph.SharedVariable<string>.CloneT()
Remarks
Value is function guid
Implements
IDisposable