docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct RectLightDescription

    Represents a Rectangle light.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Importer.USD
    Assembly: Unity.Importer.USD.dll
    Syntax
    public struct RectLightDescription

    Fields

    brightness

    Describes the intensity of the light through physical properties.

    Declaration
    public LightBrightnessDescription brightness
    Field Value
    Type Description
    LightBrightnessDescription

    color

    Describes the light's color properties.

    Declaration
    public LightColorDescription color
    Field Value
    Type Description
    LightColorDescription

    height

    height of the light.

    Declaration
    public float height
    Field Value
    Type Description
    float

    shadowEnabled

    Whether this light casts shadows or not.

    Declaration
    public bool shadowEnabled
    Field Value
    Type Description
    bool

    shape

    Describes the light's cone shape properties.

    Declaration
    public LightShapeDescription shape
    Field Value
    Type Description
    LightShapeDescription

    width

    width of the light.

    Declaration
    public float width
    Field Value
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)