Table of Contents

Interface ICeresGraphContainer

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll

Interface for containing CeresGraph data

public interface ICeresGraphContainer
Extension Methods

Properties

Object

Container bound Object

Object Object { get; }

Property Value

Object

Remarks

Prefer use GameObject as container key since component is not persistent

Methods

SetGraphData(CeresGraphData)

Set graph persistent data

void SetGraphData(CeresGraphData graphData)

Parameters

graphData CeresGraphData