 | GameProcessProcessType Property |
Type of this process.
Namespace: Slash.ECS.ProcessesAssembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Object ProcessType { get; set; }
Public Property ProcessType As Object
Get
Set
public:
property Object^ ProcessType {
Object^ get ();
void set (Object^ value);
}
member ProcessType : Object with get, set
Property Value
Type:
Object
See Also