Search Results for

    Show / Hide Table of Contents

    Struct AssetImporter

    Asset importer entry

    Assembly: FlaxEngine.dll
    File: Engine/ContentImporters/Types.h
    Syntax
    public struct AssetImporter

    Fields

    Callback

    Callback for the asset importing process.

    Declaration
    public CreateAssetFunction Callback
    Field Value
    CreateAssetFunction

    FileExtension

    Extension of the file to import with that importer (without leading dot).

    Declaration
    public String FileExtension
    Field Value
    String

    ResultExtension

    Extension of the output file as output with that importer (without leading dot).

    Declaration
    public String ResultExtension
    Field Value
    String

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat