 | ISystem.ProcessManager Property |
Allows ticking and queueing timed processes. Good examples are
animations, tweens, or "Go to that point, and open the door after."
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxProcessManager ProcessManager { get; set; }
Property ProcessManager As ProcessManager
Get
Set
property ProcessManager^ ProcessManager {
ProcessManager^ get ();
void set (ProcessManager^ value);
}
abstract ProcessManager : ProcessManager with get, set
Property Value
Type:
ProcessManager
See Also