Show / Hide Table of Contents

Struct Common.Vector4

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lumina.Data.Parsing
Assembly: Lumina.dll
Syntax
public struct Vector4

Fields

| Improve this Doc View Source

w

Declaration
public float w
Field Value
Type Description
System.Single
| Improve this Doc View Source

x

Declaration
public float x
Field Value
Type Description
System.Single
| Improve this Doc View Source

y

Declaration
public float y
Field Value
Type Description
System.Single
| Improve this Doc View Source

z

Declaration
public float z
Field Value
Type Description
System.Single

Methods

| Improve this Doc View Source

Read(BinaryReader)

Declaration
public static Common.Vector4 Read(BinaryReader br)
Parameters
Type Name Description
System.IO.BinaryReader br
Returns
Type Description
Common.Vector4
  • Improve this Doc
  • View Source
Back to top Generated by DocFX