LightProbeComponent Class
Namespace: Stride.EngineAssembly: Stride.Engine.dll
Derived from LightProbeComponent:
[DataContract("LightProbeComponent")]
[Display("Light probe", null, Expand = ExpandRule.Once)]
[DefaultEntityComponentRenderer(typeof(LightProbeProcessor))]
[ComponentOrder(15000)]
[ComponentCategory("Lights")]
public class LightProbeComponent : EntityComponent, IIdentifiable
Name | Description | |
---|---|---|
Properties | ||
Coefficients |
Properties
Coefficients
[Display(null, null, Browsable = false)]
public FastList<Color3> Coefficients { get; set; }
Property Value
Type | Description |
---|---|
FastList<Color3> |