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.
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_connection
Fields
dst
Declaration
public ufbx.ufbx_element* dst
Field Value
dst_prop
Declaration
public ufbx.ufbx_string dst_prop
Field Value
src
Declaration
public ufbx.ufbx_element* src
Field Value
src_prop
Declaration
public ufbx.ufbx_string src_prop
Field Value