PackageSessionResult Class
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
Result returned when loading a session using
Derived from PackageSessionResult:
public sealed class PackageSessionResult : LoggerResult, ILogger, IProgressStatus
Name | Description | |
---|---|---|
Properties | ||
OperationCancelled | Gets or sets whether the operation has been cancelled by user. |
|
Session | Gets or sets the loaded session. |
|
Methods | ||
Clear() | Clears all messages. |
Properties
OperationCancelled
Gets or sets whether the operation has been cancelled by user.
public bool OperationCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Session
Gets or sets the loaded session.
public PackageSession Session { get; }
Property Value
Type | Description |
---|---|
PackageSession | The session. |
Methods
Clear()
Clears all messages.
public override void Clear()