docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct DiskLightDescription

    Represents a Disk 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 DiskLightDescription

    Fields

    brightness

    Describes the brightness 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

    radius

    radius of the light shape.

    Declaration
    public float radius
    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
    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)