Struct LightingSetup
Syntax
public struct LightingSetup : IComponentData, IEquatable<LightingSetup>
Fields
AmbientLight
Declaration
public Entity AmbientLight
Field Value
CSMLight
Declaration
Field Value
EntityMask
Declaration
Field Value
Fog
Declaration
Field Value
MappedLight0
Declaration
public Entity MappedLight0
Field Value
MappedLight1
Declaration
public Entity MappedLight1
Field Value
maxCsmLights
Declaration
public const int maxCsmLights = 1
Field Value
maxMappedLights
Declaration
public const int maxMappedLights = 2
Field Value
maxPointOrDirLights
Declaration
public const int maxPointOrDirLights = 8
Field Value
PlainLights
Declaration
public FixedList32<Entity> PlainLights
Field Value
Methods
Equals(LightingSetup)
Declaration
public bool Equals(LightingSetup other)
Parameters
Returns