class ProjectSettings

Inherits: Settings

Contains various globally accessible project-specific preferences.

Public

Constructors

ProjectSettings

ProjectSettings()

Methods

SetLastOpenScene

void SetLastOpenScene(const String &value)

ID of the last scene open in the editor.

GetLastOpenScene

String GetLastOpenScene() const

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

Returns an interface you can use to access class' Run Time Type Information.

Private

Fields

mLastOpenScene

String mLastOpenScene