Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RawAssetImporterBase<TAsset> Class

    Namespace: Stride.Core.Assets
    Assembly: Stride.Core.Assets.dll
    System.Object → AssetImporterBase → RawAssetImporterBase<TAsset>
    Derived from RawAssetImporterBase<TAsset>: RawAssetImporter

    public abstract class RawAssetImporterBase<TAsset> : AssetImporterBase, IAssetImporter where TAsset : Asset, IAssetWithSource, new()
    Type Parameters
    Name Description
    TAsset
    Name Description
    Properties
    RootAssetTypes
    Methods
    Import(UFile, AssetImporterParameters)
    | Improve this Doc View Source

    Properties


    RootAssetTypes

    public sealed override IEnumerable<Type> RootAssetTypes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Type>
    Overrides
    AssetImporterBase.RootAssetTypes
    | Improve this Doc View Source

    Methods


    Import(UFile, AssetImporterParameters)

    public sealed override IEnumerable<AssetItem> Import(UFile rawAssetPath, AssetImporterParameters importParameters)
    Parameters
    Type Name Description
    Stride.Core.IO.UFile rawAssetPath
    AssetImporterParameters importParameters
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<AssetItem>
    Overrides
    AssetImporterBase.Import(UFile, AssetImporterParameters)

    Inherited Members

    AssetImporterBase.Id
    AssetImporterBase.Name
    AssetImporterBase.Description
    AssetImporterBase.Order
    AssetImporterBase.SupportedFileExtensions
    AssetImporterBase.IsSupportingFile(String)
    AssetImporterBase.AdditionalAssetTypes
    AssetImporterBase.GetDefaultParameters(Boolean)

    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