TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class FBXNodeExtensions

    Inheritance
    object
    FBXNodeExtensions
    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 static class FBXNodeExtensions

    Methods

    ColorRGBProperty(FBXNode, Color)

    Declaration
    public static FBXNode ColorRGBProperty(this FBXNode node, Color value)
    Parameters
    Type Name Description
    FBXNode node
    Color value
    Returns
    Type Description
    FBXNode

    MatrixProperty(FBXNode, Matrix4x4)

    Declaration
    public static void MatrixProperty(this FBXNode node, Matrix4x4 matrix)
    Parameters
    Type Name Description
    FBXNode node
    Matrix4x4 matrix

    VectorProperty(FBXNode, Color)

    Declaration
    public static FBXNode VectorProperty(this FBXNode node, Color value)
    Parameters
    Type Name Description
    FBXNode node
    Color value
    Returns
    Type Description
    FBXNode
    In this article
    Back to top Generated by DocFX