Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AssetCompiledArgs Class

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

    The class represents the argument of the AssetCompiled event raised by the ItemListCompiler class.

    System.Object → System.EventArgs → AssetCompiledArgs
    Derived from AssetCompiledArgs:

    public class AssetCompiledArgs : EventArgs
    Name Description
    Constructors
    AssetCompiledArgs(AssetItem, AssetCompilerResult)

    Constructs an AssetCompiledArgs instance.

    Properties
    Asset

    The asset item that has just been compiled.

    Result

    The result of the asset compilation.

    | Improve this Doc View Source

    Constructors


    AssetCompiledArgs(AssetItem, AssetCompilerResult)

    Constructs an AssetCompiledArgs instance.

    public AssetCompiledArgs(AssetItem asset, AssetCompilerResult result)
    Parameters
    Type Name Description
    AssetItem asset

    The asset that has been compiled. Cannot be null.

    AssetCompilerResult result

    The result of the asset compilation. Cannot be null.

    | Improve this Doc View Source

    Properties


    Asset

    The asset item that has just been compiled.

    public AssetItem Asset { get; set; }
    Property Value
    Type Description
    AssetItem

    Result

    The result of the asset compilation.

    public AssetCompilerResult Result { get; set; }
    Property Value
    Type Description
    AssetCompilerResult

    Inherited Members

    System.EventArgs.Empty

    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