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