class MAGES::Analytics::SettingsScriptableObject¶
Overview¶
Scriptable object that serializes the settings of the analytics. More…
class SettingsScriptableObject: public ScriptableObject { public: // properties ListSceneGraphActions; string StorePath; };
Detailed Documentation¶
Scriptable object that serializes the settings of the analytics.
Properties¶
ListSceneGraphActions
Gets or sets the actions of the scene graph.
string StorePath
Gets or sets the store path of analytics.