Struct LayerCommon.PathControlPoint
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 PathControlPoint
Fields
| Improve this Doc View SourcePadding00
Declaration
public byte Padding00
Field Value
Type | Description |
---|---|
System.Byte |
PointId
Declaration
public ushort PointId
Field Value
Type | Description |
---|---|
System.UInt16 |
Select
Declaration
public byte Select
Field Value
Type | Description |
---|---|
System.Byte |
Translation
Declaration
public Common.Vector3 Translation
Field Value
Type | Description |
---|---|
Common.Vector3 |
Methods
| Improve this Doc View SourceRead(BinaryReader)
Declaration
public static LayerCommon.PathControlPoint Read(BinaryReader br)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | br |
Returns
Type | Description |
---|---|
LayerCommon.PathControlPoint |