Show / Hide Table of Contents

Struct LayerCommon.LightInstanceObject

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

Fields

| Improve this Doc View Source

Attenuation

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

AttenuationConeCoefficient

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

BGShadowEnabled

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

CharacterShadowEnabled

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

ConeDegree

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

DiffuseColorHDRI

Declaration
public LayerCommon.ColorHDRI DiffuseColorHDRI
Field Value
Type Description
LayerCommon.ColorHDRI
| Improve this Doc View Source

FollowsDirectionalLight

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

LightType

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

MergeGroupID

Declaration
public ushort MergeGroupID
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

PlaneLightRotationX

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

PlaneLightRotationY

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

PointLightType

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

RangeRate

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

ShadowClipRange

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

SpecularEnabled

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

TexturePath

Declaration
public string TexturePath
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

Read(BinaryReader)

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

Implements

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