Struct Common.Vector3
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 Vector3
Fields
| Improve this Doc View Sourcex
Declaration
public float x
Field Value
| Type | Description |
|---|---|
| System.Single |
y
Declaration
public float y
Field Value
| Type | Description |
|---|---|
| System.Single |
z
Declaration
public float z
Field Value
| Type | Description |
|---|---|
| System.Single |
Methods
| Improve this Doc View SourceRead(BinaryReader)
Declaration
public static Common.Vector3 Read(BinaryReader br)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.BinaryReader | br |
Returns
| Type | Description |
|---|---|
| Common.Vector3 |