Table of Contents

Class LocalFunction

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll

Variable represents local custom function in flow subGraph

public class LocalFunction : SharedVariable<string>, ICloneable, IDisposable, IVariable<string>
Inheritance
LocalFunction
Implements
Inherited Members

Remarks

Value is function guid

Constructors

LocalFunction()

public LocalFunction()

LocalFunction(string)

public LocalFunction(string functionName)

Parameters

functionName string

Methods

CloneT()

protected override SharedVariable<string> CloneT()

Returns

SharedVariable<string>