Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_connection

    Connection between two elements. Source and destination are somewhat arbitrary but the destination is often the "container" like a parent node or mesh containing a deformer.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public struct ufbx.ufbx_connection

    Fields

    dst

    Declaration
    public ufbx.ufbx_element* dst
    Field Value
    Type Description
    ufbx_element*

    dst_prop

    Declaration
    public ufbx.ufbx_string dst_prop
    Field Value
    Type Description
    ufbx.ufbx_string

    src

    Declaration
    public ufbx.ufbx_element* src
    Field Value
    Type Description
    ufbx_element*

    src_prop

    Declaration
    public ufbx.ufbx_string src_prop
    Field Value
    Type Description
    ufbx.ufbx_string
    In this article
    Back to top Generated by DocFX