 | GameProcessNext Property |
Process to start after this one has finished.
Namespace: Slash.ECS.ProcessesAssembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GameProcess Next { get; set; }
Public Property Next As GameProcess
Get
Set
public:
property GameProcess^ Next {
GameProcess^ get ();
void set (GameProcess^ value);
}
member Next : GameProcess with get, set
Property Value
Type:
GameProcess
See Also