Show / Hide Table of Contents

Struct LayerCommon.BGInstanceObject

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

Fields

| Improve this Doc View Source

AssetPath

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

Attribute

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

AttributeMask

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

CollisionAssetPath

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

CollisionConfig

Declaration
public int CollisionConfig
Field Value
Type Description
System.Int32
| Improve this Doc View Source

CollisionType

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

IsVisible

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

Padding00

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

RenderLightShadowEnabled

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

RenderModelClipRange

Declaration
public float RenderModelClipRange
Field Value
Type Description
System.Single
| Improve this Doc View Source

RenderShadowEnabled

Declaration
public byte RenderShadowEnabled
Field Value
Type Description
System.Byte

Methods

| Improve this Doc View Source

Read(BinaryReader)

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

Implements

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