Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    LightProbeComponent Class

    Namespace: Stride.Engine
    Assembly: Stride.Engine.dll
    System.Object → EntityComponent → LightProbeComponent
    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
    | Improve this Doc View Source

    Properties


    Coefficients

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

    Inherited Members

    EntityComponent.Entity
    EntityComponent.Id
    EntityComponent.EnsureEntity

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation