TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class FBXArray

    Inheritance
    object
    FBXArray
    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 FBXArray

    Constructors

    FBXArray(int, Type, FBXNode)

    Declaration
    public FBXArray(int length, Type type, FBXNode node)
    Parameters
    Type Name Description
    int length
    Type type
    FBXNode node

    Properties

    ByteLength

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

    DataLength

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

    Methods

    Write(BinaryWriter, bool)

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