Show / Hide Table of Contents

Struct LayerCommon.InstanceObject

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 InstanceObject

Fields

| Improve this Doc View Source

AssetType

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

InstanceId

Declaration
public uint InstanceId
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

Name

Declaration
public string Name
Field Value
Type Description
System.String
| Improve this Doc View Source

Object

Declaration
public LayerCommon.IInstanceObject Object
Field Value
Type Description
LayerCommon.IInstanceObject
| Improve this Doc View Source

Transform

Declaration
public Common.Transformation Transform
Field Value
Type Description
Common.Transformation

Methods

| Improve this Doc View Source

Read(BinaryReader)

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