SessionTemplateGeneratorParameters Class
Namespace: Stride.Core.Assets.TemplatesAssembly: Stride.Core.Assets.dll
Derived from SessionTemplateGeneratorParameters:
public sealed class SessionTemplateGeneratorParameters : TemplateGeneratorParameters
Name | Description | |
---|---|---|
Properties | ||
Session | Gets or sets the current session. |
|
Methods | ||
ValidateParameters() |
Properties
Session
Gets or sets the current session.
public PackageSession Session { get; set; }
Property Value
Type | Description |
---|---|
PackageSession | The session. |
Methods
ValidateParameters()
protected override void ValidateParameters()