Class LightProbeComponent
[DataContract("LightProbeComponent")]
[Display("Light probe", null, Expand = ExpandRule.Once)]
[DefaultEntityComponentRenderer(typeof(LightProbeProcessor))]
[ComponentOrder(15000)]
[ComponentCategory("Lights")]
public class LightProbeComponent : EntityComponent, IIdentifiable
  - Inheritance
 - 
      objectLightProbeComponent
 
- Implements
 
- Inherited Members
 
Properties
Coefficients
[Display(null, null, Browsable = false)]
public FastList<Color3> Coefficients { get; set; }