TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class FBXWriter

    Inheritance
    object
    WriterBase
    FBXWriter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TriLibExporter.Fbx.Writer
    Assembly: Assembly-CSharp.dll
    Syntax
    public class FBXWriter : WriterBase

    Fields

    FBXVersionString

    Declaration
    public const string FBXVersionString = "7.3.0"
    Field Value
    Type Description
    string

    FBXVersionValue

    Declaration
    public const int FBXVersionValue = 7300
    Field Value
    Type Description
    int

    ScaleFactor

    Declaration
    public const double ScaleFactor = 100
    Field Value
    Type Description
    double

    Properties

    Extensions

    Declaration
    public static string[] Extensions { get; }
    Property Value
    Type Description
    string[]

    Methods

    SaveToStream(AssetWriterContext)

    Exports the asset data to the provided stream.

    Declaration
    public override void SaveToStream(AssetWriterContext assetWriterContext)
    Parameters
    Type Name Description
    AssetWriterContext assetWriterContext

    The context containing all necessary information for the export process.

    Overrides
    WriterBase.SaveToStream(AssetWriterContext)
    In this article
    Back to top Generated by DocFX