interface MAGES::SceneGraph::IGraphable¶
Overview¶
Provides a SceneGraph v1 representation for graph assets that need runtime conversion. More…
interface IGraphable
{
// methods
SceneGraphData ToSceneGraphV1();
};
// direct descendants
class GraphDataSerialized;
Detailed Documentation¶
Provides a SceneGraph v1 representation for graph assets that need runtime conversion.
Methods¶
SceneGraphData ToSceneGraphV1()
Converts this graph asset into SceneGraph v1 data.
Returns:
The converted v1 scene graph data.