Struct LayerCommon.PopRangeInstanceObject
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 PopRangeInstanceObject : LayerCommon.IInstanceObject
Fields
|
Improve this Doc
View Source
_RelativePositions
Declaration
public LayerCommon.RelativePositions _RelativePositions
Field Value
|
Improve this Doc
View Source
Index
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
InnerRadiusRatio
Declaration
public float InnerRadiusRatio
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
PopType
Declaration
Field Value
|
Improve this Doc
View Source
RelativePositions
Declaration
public Common.Vector3[] RelativePositions
Field Value
Methods
|
Improve this Doc
View Source
Read(BinaryReader)
Declaration
public static LayerCommon.PopRangeInstanceObject Read(BinaryReader br)
Parameters
Type |
Name |
Description |
System.IO.BinaryReader |
br |
|
Returns
Implements