Show / Hide Table of Contents

Struct Common.Transformation

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 Transformation

Fields

| Improve this Doc View Source

Rotation

Declaration
public Common.Vector3 Rotation
Field Value
Type Description
Common.Vector3
| Improve this Doc View Source

Scale

Declaration
public Common.Vector3 Scale
Field Value
Type Description
Common.Vector3
| Improve this Doc View Source

Translation

Declaration
public Common.Vector3 Translation
Field Value
Type Description
Common.Vector3

Methods

| Improve this Doc View Source

Read(BinaryReader)

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