Search Results for

    Show / Hide Table of Contents

    Interface ICeresGraphContainer

    Interface for containing CeresGraph data

    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ICeresGraphContainer

    Properties

    Object

    Container bound

    Declaration
    UObject Object { get; }
    Property Value
    Type Description
    UObject
    Remarks

    Prefer use GameObject as container key since component is not persistent

    Methods

    SetGraphData(CeresGraphData)

    Set graph persistent data

    Declaration
    void SetGraphData(CeresGraphData graphData)
    Parameters
    Type Name Description
    CeresGraphData graphData
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX