Table of Contents

Class LightProbeComponent

Namespace
Stride.Engine
Assembly
Stride.Engine.dll
[DataContract("LightProbeComponent")]
[Display("Light probe", null, Expand = ExpandRule.Once)]
[DefaultEntityComponentRenderer(typeof(LightProbeProcessor))]
[ComponentOrder(15000)]
[ComponentCategory("Lights")]
public class LightProbeComponent : EntityComponent, IIdentifiable
Inheritance
LightProbeComponent
Implements
Inherited Members

Properties

Coefficients

[Display(null, null, Browsable = false)]
public FastList<Color3> Coefficients { get; set; }

Property Value

FastList<Color3>