TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class FBXDoubleProperty

    Inheritance
    object
    FBXDoubleProperty
    Implements
    IFBXProperty
    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 FBXDoubleProperty : IFBXProperty

    Constructors

    FBXDoubleProperty(double)

    Declaration
    public FBXDoubleProperty(double value)
    Parameters
    Type Name Description
    double value

    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

    Implements

    IFBXProperty
    In this article
    Back to top Generated by DocFX