Struct ufbx.ufbx_vec4
4D vector
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_vec4
Fields
_anonymous_1
4D vector
Declaration
public ufbx.ufbx_vec4._anonymous_1_struct _anonymous_1
Field Value
Type | Description |
---|---|
ufbx.ufbx_vec4._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 |