Show / Hide Table of Contents

Struct LayerCommon.PopRangeInstanceObject

Implements
LayerCommon.IInstanceObject
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 PopRangeInstanceObject : LayerCommon.IInstanceObject

Fields

| Improve this Doc View Source

_RelativePositions

Declaration
public LayerCommon.RelativePositions _RelativePositions
Field Value
Type Description
LayerCommon.RelativePositions
| Improve this Doc View Source

Index

Declaration
public byte Index
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
public PopType PopType
Field Value
Type Description
PopType
| Improve this Doc View Source

RelativePositions

Declaration
public Common.Vector3[] RelativePositions
Field Value
Type Description
Common.Vector3[]

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
Type Description
LayerCommon.PopRangeInstanceObject

Implements

LayerCommon.IInstanceObject
  • Improve this Doc
  • View Source
Back to top Generated by DocFX