Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IPackageCompiler Interface

    Namespace: Stride.Core.Assets.Compiler
    Assembly: Stride.Core.Assets.dll

    Interface for compiling a package.

    public interface IPackageCompiler
    Name Description
    Methods
    Prepare(AssetCompilerContext)

    Prepares a package with the specified compiler context.

    | Improve this Doc View Source

    Methods


    Prepare(AssetCompilerContext)

    Prepares a package with the specified compiler context.

    AssetCompilerResult Prepare(AssetCompilerContext compilerContext)
    Parameters
    Type Name Description
    AssetCompilerContext compilerContext

    The compiler context.

    Returns
    Type Description
    AssetCompilerResult

    Result of compilation.


    Extension Methods

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

    Back to top

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