Struct LayerCommon.PathInstanceObject
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 PathInstanceObject
Fields
| Improve this Doc View SourceControlPointCount
Declaration
public int ControlPointCount
Field Value
Type | Description |
---|---|
System.Int32 |
ControlPoints
Declaration
public int ControlPoints
Field Value
Type | Description |
---|---|
System.Int32 |
ControlPointsArray
Declaration
public LayerCommon.PathControlPoint[] ControlPointsArray
Field Value
Type | Description |
---|---|
LayerCommon.PathControlPoint[] |
Methods
| Improve this Doc View SourceRead(BinaryReader)
Declaration
public static LayerCommon.PathInstanceObject Read(BinaryReader br)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | br |
Returns
Type | Description |
---|---|
LayerCommon.PathInstanceObject |