Show / Hide Table of Contents

Struct LayerCommon.ChairMarkerInstanceObject

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

Fields

| Improve this Doc View Source

BackEnable

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

LeftEnable

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

ObjectType

Declaration
public ObjectType ObjectType
Field Value
Type Description
ObjectType
| Improve this Doc View Source

RightEnable

Declaration
public byte RightEnable
Field Value
Type Description
System.Byte

Methods

| Improve this Doc View Source

Read(BinaryReader)

Declaration
public static LayerCommon.ChairMarkerInstanceObject Read(BinaryReader br)
Parameters
Type Name Description
System.IO.BinaryReader br
Returns
Type Description
LayerCommon.ChairMarkerInstanceObject

Implements

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