class MAGES::Experimental::EmbodimentJARIA::StateRetriever¶
Overview¶
Helper class that retrieves the current state of the scenegraph. More…
class StateRetriever
{
public:
// classes
class BaseActionDataSerializable;
class SubActionSerializable;
// properties
StateRetriever Instance;
string CurrentActionJSON;
// methods
StateRetriever();
};
Detailed Documentation¶
Helper class that retrieves the current state of the scenegraph.
Properties¶
StateRetriever Instance
Gets an instance of the StateRetriever class.
string CurrentActionJSON
Gets or sets the current state in JSON format.
Methods¶
StateRetriever()
Initializes a new instance of the StateRetriever class.