StandalonePackage Class
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
Derived from StandalonePackage:
public class StandalonePackage : PackageContainer
Name | Description | |
---|---|---|
Constructors | ||
StandalonePackage(Package) | ||
Properties | ||
Assemblies | Optional list of assemblies to load, typically filled using NuGet. |
|
Methods | ||
ToString() |
Constructors
StandalonePackage(Package)
public StandalonePackage(Package package)
Parameters
Type | Name | Description |
---|---|---|
Package | package |
Properties
Assemblies
Optional list of assemblies to load, typically filled using NuGet.
public List<string> Assemblies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
ToString()
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()