TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class FBXStringProperty

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

    Constructors

    FBXStringProperty(string)

    Declaration
    public FBXStringProperty(string value)
    Parameters
    Type Name Description
    string 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