TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Interface IFBXProperty

    Namespace: TriLibExporter.Fbx.Writer
    Assembly: Assembly-CSharp.dll
    Syntax
    public interface IFBXProperty

    Properties

    ByteLength

    Declaration
    int ByteLength { get; }
    Property Value
    Type Description
    int

    DataLength

    Declaration
    int DataLength { get; }
    Property Value
    Type Description
    int

    Methods

    Write(BinaryWriter, bool)

    Declaration
    void Write(BinaryWriter binaryWriter, bool inArray = false)
    Parameters
    Type Name Description
    BinaryWriter binaryWriter
    bool inArray
    In this article
    Back to top Generated by DocFX