Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RawAssetImporter Class

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

    public sealed class RawAssetImporter : RawAssetImporterBase<RawAsset>, IAssetImporter
    Name Description
    Constructors
    RawAssetImporter()
    Properties
    Description
    Id
    SupportedFileExtensions
    Methods
    IsSupportingFile(String)
    | Improve this Doc View Source

    Constructors


    RawAssetImporter()

    public RawAssetImporter()
    | Improve this Doc View Source

    Properties


    Description

    public override string Description { get; }
    Property Value
    Type Description
    System.String
    Overrides
    AssetImporterBase.Description

    Id

    public override Guid Id { get; }
    Property Value
    Type Description
    System.Guid
    Overrides
    AssetImporterBase.Id

    SupportedFileExtensions

    public override string SupportedFileExtensions { get; }
    Property Value
    Type Description
    System.String
    Overrides
    AssetImporterBase.SupportedFileExtensions
    | Improve this Doc View Source

    Methods


    IsSupportingFile(String)

    public override bool IsSupportingFile(string filePath)
    Parameters
    Type Name Description
    System.String filePath
    Returns
    Type Description
    System.Boolean
    Overrides
    AssetImporterBase.IsSupportingFile(String)

    Inherited Members

    RawAssetImporterBase<RawAsset>.RootAssetTypes
    RawAssetImporterBase<RawAsset>.Import(UFile, AssetImporterParameters)
    AssetImporterBase.Name
    AssetImporterBase.Order
    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