Session

Constructors

this
this(ULSession ptr)
Undocumented in source.

Destructor

~this
~this()

Destroy a Session.

Members

Functions

getDiskPath
string getDiskPath()

The disk path to write to (used by persistent sessions only).

getId
ulong getId()

Unique numeric ID for the session.

isPersistent
bool isPersistent()

Whether or not is persistent (backed to disk).

name
string name()

Unique name identifying the session (used for unique disk path).

Variables

ptr
ULSession ptr;

See Also

Renderer.createSession Renderer.defaultSession https://ultralig.ht/api/c/1_3_0/_c_a_p_i___session_8h.html

Meta