Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_quat

    Quaternion

    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_quat

    Fields

    _anonymous_1

    Quaternion

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

    Properties

    w

    Declaration
    public float w { get; }
    Property Value
    Type Description
    float

    x

    Declaration
    public float x { get; }
    Property Value
    Type Description
    float

    y

    Declaration
    public float y { get; }
    Property Value
    Type Description
    float

    z

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