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)
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
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
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Mode
Declaration
Field Value
|
Improve this Doc
View Source
Padding00
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Reverse
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Rotation
Declaration
public RotationType Rotation
Field Value
|
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
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