Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_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

    Fields

    _anonymous_1

    Declaration
    public ufbx.ufbx_constraint._anonymous_1_struct _anonymous_1
    Field Value
    Type Description
    ufbx.ufbx_constraint._anonymous_1_struct

    active

    Declaration
    public bool active
    Field Value
    Type Description
    bool

    aim_up_node

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

    aim_up_type

    Declaration
    public ufbx.ufbx_constraint_aim_up_type aim_up_type
    Field Value
    Type Description
    ufbx.ufbx_constraint_aim_up_type

    aim_up_vector

    Declaration
    public ufbx.ufbx_vec3 aim_up_vector
    Field Value
    Type Description
    ufbx.ufbx_vec3

    aim_vector

    AIM: Target and up vectors

    Declaration
    public ufbx.ufbx_vec3 aim_vector
    Field Value
    Type Description
    ufbx.ufbx_vec3

    constrain_rotation

    Declaration
    public ufbx.ufbx_constraint.constrain_rotation_struct constrain_rotation
    Field Value
    Type Description
    ufbx.ufbx_constraint.constrain_rotation_struct

    constrain_scale

    Declaration
    public ufbx.ufbx_constraint.constrain_scale_struct constrain_scale
    Field Value
    Type Description
    ufbx.ufbx_constraint.constrain_scale_struct

    constrain_translation

    Translation/rotation/scale axes the constraint is applied to

    Declaration
    public ufbx.ufbx_constraint.constrain_translation_struct constrain_translation
    Field Value
    Type Description
    ufbx.ufbx_constraint.constrain_translation_struct

    ik_effector

    SINGLE_CHAIN_IK: Target for the IK, targets contains pole vectors!

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

    ik_end_node

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

    ik_pole_vector

    Declaration
    public ufbx.ufbx_vec3 ik_pole_vector
    Field Value
    Type Description
    ufbx.ufbx_vec3

    node

    Node to be constrained

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

    targets

    List of weighted targets for the constraint (pole vectors for IK)

    Declaration
    public ufbx.ufbx_constraint_target_list targets
    Field Value
    Type Description
    ufbx.ufbx_constraint_target_list

    transform_offset

    Offset from the constrained position

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

    type

    Type of constraint to use

    Declaration
    public ufbx.ufbx_constraint_type type
    Field Value
    Type Description
    ufbx.ufbx_constraint_type

    type_name

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

    weight

    State of the constraint

    Declaration
    public float weight
    Field Value
    Type Description
    float

    Properties

    element

    Declaration
    public ufbx.ufbx_element element { get; }
    Property Value
    Type Description
    ufbx.ufbx_element

    element_id

    Declaration
    public uint element_id { get; }
    Property Value
    Type Description
    uint

    name

    Declaration
    public ufbx.ufbx_string name { get; }
    Property Value
    Type Description
    ufbx.ufbx_string

    props

    Declaration
    public ufbx.ufbx_props props { get; }
    Property Value
    Type Description
    ufbx.ufbx_props

    typed_id

    Declaration
    public uint typed_id { get; }
    Property Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX