SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine::GraphCInfo Struct Reference

Data used to construct an IGraph instance More...

#include <Graph.h>

Inheritance diagram for SmartEngine::GraphCInfo:
SmartEngine::ResourceCInfo

Public Attributes

IContextcontext = nullptr
 The context this graph belongs to. More...
 
- Public Attributes inherited from SmartEngine::ResourceCInfo
const char * resourceName = nullptr
 Optional resource name that will be used with Load() and Save() if no other name is provided. More...
 

Detailed Description

Data used to construct an IGraph instance

Member Data Documentation

◆ context

IContext* SmartEngine::GraphCInfo::context = nullptr

The context this graph belongs to.