Search Results for

    Show / Hide Table of Contents

    Class PhotometricRectangleAreaLight

    This class represents a rectangular area light with physics units.

    Inheritance
    object
    IdentifiableObject
    DependencyObject
    AttachableObject
    PrefabInstanceObject
    Component
    Light
    VolumeLight
    CubemapLight
    RectangleLight
    PhotometricRectangleAreaLight
    Implements
    IDependencyObject
    Inherited Members
    RectangleLight.LightType
    RectangleLight.LightRange
    RectangleLight.Falloff
    RectangleLight.Width
    RectangleLight.Height
    RectangleLight.ComputeBoundingBox(out BoundingBox)
    RectangleLight.Intersects(ref BoundingFrustum)
    RectangleLight.Intersects(ref BoundingBox)
    RectangleLight.Direction
    RectangleLight.Left
    RectangleLight.OnAttached()
    RectangleLight.OnDetach()
    CubemapLight.CascadeCount
    CubemapLight.DebugMode
    CubemapLight.Position
    VolumeLight.OnLightVolumeChanged
    VolumeLight.FireOnLightVolumeChanged()
    Light.ShadowMapManager
    Light.boundingFrustum
    Light.view
    Light.projection
    Light.renderProjection
    Light.viewProjection
    Light.renderViewProjection
    Light.Transform
    Light.color
    Light.shadowBias
    Light.shadowOpacity
    Light.OnIntensityChanged
    Light.OnColorChanged
    Light.OnShadowEnabledChanged
    Light.IsShadowEnabled
    Light.BoundingFrustum
    Light.Projection
    Light.RenderProjection
    Light.View
    Light.ViewProjection
    Light.RenderViewProjection
    Light.ShadowBias
    Light.ShadowOpacity
    Light.LinearColor
    Light.LightDrawContext
    Light.FireOnShadowEnabledChanged()
    Component.Owner
    Component.Managers
    Component.ShouldBeActivated
    Component.Clone()
    Component.Attach(Entity)
    Component.OnLoaded()
    Component.OnActivated()
    Component.Start()
    Component.OnDeactivated()
    Component.OnDestroy()
    PrefabInstanceObject.PrefabSource
    PrefabInstanceObject.RefreshPrefab(Prefab)
    PrefabInstanceObject.PrefabElementId
    PrefabInstanceObject.IsPrefabInstance
    PrefabInstanceObject.IsMissingPrefabSource
    AttachableObject.AttachableStateChanged
    AttachableObject.IsEnabled
    AttachableObject.State
    AttachableObject.IsLoaded
    AttachableObject.IsAttached
    AttachableObject.IsActivated
    AttachableObject.IsStarted
    AttachableObject.IsDestroyed
    AttachableObject.Destroy()
    AttachableObject.DependencyBroken()
    DependencyObject.Dependencies
    DependencyObject.OnDependencyRemoved
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class PhotometricRectangleAreaLight : RectangleLight, IDependencyObject

    Constructors

    PhotometricRectangleAreaLight()

    Initializes a new instance of the PhotometricRectangleAreaLight class.

    Declaration
    public PhotometricRectangleAreaLight()

    Properties

    Color

    Gets or sets the light color.

    Declaration
    [RenderProperty(AttachToValue = false, AttachToTag = 1)]
    public override Color Color { get; set; }
    Property Value
    Type Description
    Color

    The diffuse color.

    Overrides
    Light.Color

    ColorByTemperature

    Gets or sets a value indicating whether the light temperature is specified by the temperature.

    Declaration
    [RenderProperty(Tag = 1)]
    public bool ColorByTemperature { get; set; }
    Property Value
    Type Description
    bool

    Intensity

    Gets or sets the light intensity.

    Declaration
    public override float Intensity { get; set; }
    Property Value
    Type Description
    float
    Overrides
    Light.Intensity

    LuminousPower

    Gets or sets the directional light illuminance (in Lux).

    Declaration
    [RenderProperty(CustomPropertyName = "Luminous Power (Lumen)")]
    public float LuminousPower { get; set; }
    Property Value
    Type Description
    float

    Temperature

    Gets or sets the light temperature in Kelvins (K).

    Declaration
    [RenderProperty(AttachToValue = true, AttachToTag = 1)]
    public float Temperature { get; set; }
    Property Value
    Type Description
    float

    Implements

    IDependencyObject

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX