Table of Contents

Interface ICeresGraphContainer

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Interface for containing CeresGraph data

public interface ICeresGraphContainer

Properties

Object

Container bound

UObject Object { get; }

Property Value

UObject

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