Rebel Fork Framework
|
For internal use only! Helper class used to associate instance of RmlUI with Rml::Context. More...
#include <Urho3D/RmlUI/RmlUI.h>
Public Member Functions | |
RmlContext (const ea::string &name) | |
Construct. | |
void | SetOwnerSubsystem (RmlUI *ui) |
Set owner subsystem pointer. | |
RmlUI * | GetOwnerSubsystem () const |
Get owner subsystem pointer. | |
Private Attributes | |
WeakPtr< RmlUI > | ownerSubsystem_ |
Subsystem instance which instantiated this context. | |
For internal use only! Helper class used to associate instance of RmlUI with Rml::Context.