Search Results for

    Show / Hide Table of Contents

    Class LocalFunction

    Variable represents local custom function in flow subGraph

    Inheritance
    object
    SharedVariable
    SharedVariable<string>
    LocalFunction
    Implements
    IDisposable
    IVariable<string>
    Inherited Members
    SharedVariable<string>.Value
    SharedVariable<string>.GetValue()
    SharedVariable<string>.SetValue(object)
    SharedVariable<string>.Getter
    SharedVariable<string>.Setter
    SharedVariable<string>.Bind(IVariable<string>)
    SharedVariable<string>.Bind(SharedVariable)
    SharedVariable<string>.Dispose()
    SharedVariable<string>.value
    SharedVariable<string>.Observe()
    SharedVariable<string>.ObserveT()
    SharedVariable<string>.Clone()
    SharedVariable<string>.CopyProperty(SharedVariable)
    SharedVariable<string>.GetValueType()
    SharedVariable.IsShared
    SharedVariable.IsGlobal
    SharedVariable.IsExposed
    SharedVariable.Name
    SharedVariable.GetSerializedData()
    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
    IVariable<T>
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX