Show / Hide Table of Contents

Struct LayerCommon.TriggerBoxInstanceObject

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 TriggerBoxInstanceObject

Fields

| Improve this Doc View Source

Enabled

Declaration
public byte Enabled
Field Value
Type Description
System.Byte
| Improve this Doc View Source

Priority

Declaration
public short Priority
Field Value
Type Description
System.Int16
| Improve this Doc View Source

TriggerBoxShape

Declaration
public TriggerBoxShape TriggerBoxShape
Field Value
Type Description
TriggerBoxShape

Methods

| Improve this Doc View Source

Read(BinaryReader)

Declaration
public static LayerCommon.TriggerBoxInstanceObject Read(BinaryReader br)
Parameters
Type Name Description
System.IO.BinaryReader br
Returns
Type Description
LayerCommon.TriggerBoxInstanceObject
  • Improve this Doc
  • View Source
Back to top Generated by DocFX