Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_constraint_target

    Target to follow with a constraint

    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_constraint_target

    Fields

    node

    Target node reference

    Declaration
    public ufbx.ufbx_node* node
    Field Value
    Type Description
    ufbx_node*

    transform

    Offset from the actual target

    Declaration
    public ufbx.ufbx_transform transform
    Field Value
    Type Description
    ufbx.ufbx_transform

    weight

    Relative weight to other targets (does not always sum to 1)

    Declaration
    public float weight
    Field Value
    Type Description
    float
    In this article
    Back to top Generated by DocFX