Search Results for

    Show / Hide Table of Contents

    Class FBXImporter

    Tge FBX importer class.

    Inheritance
    object
    AAssetImporter<ModelSource>
    GLTFImporter
    FBXImporter
    Implements
    IAssetImporter
    Inherited Members
    AAssetImporter<ModelSource>.ImportSource(Stream, bool, bool)
    Namespace: Evergine.Assets.Importers
    Assembly: Evergine.Assets.dll
    Syntax
    public class FBXImporter : GLTFImporter, IAssetImporter

    Fields

    GltfExtension

    The Gltf extension.

    Declaration
    public const string GltfExtension = ".glb"
    Field Value
    Type Description
    string

    GltfModelCache

    The gltf cache location.

    Declaration
    public const string GltfModelCache = "Cache/Gltf"
    Field Value
    Type Description
    string

    Properties

    Extensions

    Gets the importer extension.

    Declaration
    public override string[] Extensions { get; }
    Property Value
    Type Description
    string[]
    Overrides
    GLTFImporter.Extensions

    Methods

    ConvertToGLTF()

    Gets a value indicating whether the asset needs to be converted to GLTF before.

    Declaration
    protected Stream ConvertToGLTF()
    Returns
    Type Description
    Stream

    The FBX stream.

    ConvertToGLTF(string, string)

    Convert this file to GLTF.

    Declaration
    public void ConvertToGLTF(string assetPath, string gltfPath)
    Parameters
    Type Name Description
    string assetPath

    The asset path.

    string gltfPath

    The gltf path.

    GenerateAdditionalAssets(Stream, ModelSource)

    Indicates if this assets requires additional assets.

    Declaration
    public override bool GenerateAdditionalAssets(Stream stream, ModelSource resource)
    Parameters
    Type Name Description
    Stream stream

    The asset stream.

    ModelSource resource

    The current resource.

    Returns
    Type Description
    bool

    If the asset require additional assets.

    Overrides
    GLTFImporter.GenerateAdditionalAssets(Stream, ModelSource)

    ImportData(Stream, ModelSource, bool)

    Import the asset data.

    Declaration
    public override void ImportData(Stream stream, ModelSource resource, bool rawData)
    Parameters
    Type Name Description
    Stream stream

    The stream.

    ModelSource resource

    The output data.

    bool rawData
    Overrides
    GLTFImporter.ImportData(Stream, ModelSource, bool)

    ImportHeader(Stream, out ModelSource)

    Import the asset header.

    Declaration
    public override void ImportHeader(Stream stream, out ModelSource resource)
    Parameters
    Type Name Description
    Stream stream

    The stream.

    ModelSource resource

    The output header.

    Overrides
    GLTFImporter.ImportHeader(Stream, out ModelSource)

    Implements

    IAssetImporter

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX