 | GameSystemBlueprintManager Property |
Blueprint manager for this system.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IBlueprintManager BlueprintManager { get; set; }
Public Property BlueprintManager As IBlueprintManager
Get
Set
public:
virtual property IBlueprintManager^ BlueprintManager {
IBlueprintManager^ get () sealed;
void set (IBlueprintManager^ value) sealed;
}
abstract BlueprintManager : IBlueprintManager with get, set
override BlueprintManager : IBlueprintManager with get, set
Property Value
Type:
IBlueprintManagerImplements
ISystemBlueprintManager
See Also