Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    SessionTemplateGeneratorParameters Class

    Namespace: Stride.Core.Assets.Templates
    Assembly: Stride.Core.Assets.dll
    System.Object → TemplateGeneratorParameters → SessionTemplateGeneratorParameters
    Derived from SessionTemplateGeneratorParameters:

    public sealed class SessionTemplateGeneratorParameters : TemplateGeneratorParameters
    Name Description
    Properties
    Session

    Gets or sets the current session.

    Methods
    ValidateParameters()
    | Improve this Doc View Source

    Properties


    Session

    Gets or sets the current session.

    public PackageSession Session { get; set; }
    Property Value
    Type Description
    PackageSession

    The session.

    | Improve this Doc View Source

    Methods


    ValidateParameters()

    protected override void ValidateParameters()
    Overrides
    TemplateGeneratorParameters.ValidateParameters()

    Inherited Members

    TemplateGeneratorParameters.Name
    TemplateGeneratorParameters.Id
    TemplateGeneratorParameters.Namespace
    TemplateGeneratorParameters.OutputDirectory
    TemplateGeneratorParameters.Description
    TemplateGeneratorParameters.Unattended
    TemplateGeneratorParameters.Logger
    TemplateGeneratorParameters.Tags
    TemplateGeneratorParameters.Validate()
    TemplateGeneratorParameters.GetTag<T>(PropertyKey<T>)
    TemplateGeneratorParameters.TryGetTag<T>(PropertyKey<T>)
    TemplateGeneratorParameters.HasTag<T>(PropertyKey<T>)
    TemplateGeneratorParameters.SetTag<T>(PropertyKey<T>, T)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation