 | GameAddSystemsViaReflection Property |
Indicates if game systems should be added which are flagged with the
GameSystem attribute.
Namespace: Slash.Application.GamesAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool AddSystemsViaReflection { get; set; }
Public Property AddSystemsViaReflection As Boolean
Get
Set
public:
property bool AddSystemsViaReflection {
bool get ();
void set (bool value);
}
member AddSystemsViaReflection : bool with get, set
Property Value
Type:
Boolean
See Also