Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_vec2

    2D vector

    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_vec2

    Fields

    _anonymous_1

    2D vector

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

    Properties

    x

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

    y

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