Struct LayerCommon.LightInstanceObject
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)
Assembly: Lumina.dll
Syntax
public struct LightInstanceObject : LayerCommon.IInstanceObject
Fields
|
Improve this Doc
View Source
Attenuation
Declaration
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
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
DiffuseColorHDRI
Declaration
public LayerCommon.ColorHDRI DiffuseColorHDRI
Field Value
|
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
|
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
|
Improve this Doc
View Source
RangeRate
Declaration
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
Implements