Struct RenderLocalLightData
Assembly: FlaxEngine.dll
File: Engine/Renderer/RenderList.h
Syntax
public struct RenderLocalLightData : public RenderLightData
Fields
IESTexture
Radius
Declaration
public float Radius
Field Value
float
|
SourceRadius
Declaration
public float SourceRadius
Field Value
float
|
Methods
CanRenderShadow(const RenderView& view)
Declaration
public bool CanRenderShadow(const RenderView& view) const
Parameters
RenderView
view
|
Returns
bool
|