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 |