Show / Hide Table of Contents

Struct LayerCommon.MovePathSettings

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.Layer
Assembly: Lumina.dll
Syntax
public struct MovePathSettings

Fields

| Improve this Doc View Source

AccelerateTime

Declaration
public ushort AccelerateTime
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

AutoPlay

Declaration
public byte AutoPlay
Field Value
Type Description
System.Byte
| Improve this Doc View Source

DecelerateTime

Declaration
public ushort DecelerateTime
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

HorizontalSwingRange

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

Loop

Declaration
public byte Loop
Field Value
Type Description
System.Byte
| Improve this Doc View Source

Mode

Declaration
public MovePathMode Mode
Field Value
Type Description
MovePathMode
| Improve this Doc View Source

Padding00

Declaration
public byte Padding00
Field Value
Type Description
System.Byte
| Improve this Doc View Source

Reverse

Declaration
public byte Reverse
Field Value
Type Description
System.Byte
| Improve this Doc View Source

Rotation

Declaration
public RotationType Rotation
Field Value
Type Description
RotationType
| Improve this Doc View Source

SwingMoveSpeedRange

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

SwingRotation

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

SwingRotationSpeedRange

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

Time

Declaration
public ushort Time
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

VerticalSwingRange

Declaration
public float[] VerticalSwingRange
Field Value
Type Description
System.Single[]

Methods

| Improve this Doc View Source

Read(BinaryReader)

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