docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct LightColorDescription

    Describes the color of a 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 LightColorDescription

    Fields

    color

    Color of the light.

    Declaration
    public Color color
    Field Value
    Type Description
    Color

    colorTemperature

    The color temperature

    Declaration
    public float colorTemperature
    Field Value
    Type Description
    float

    enableColorTemperature

    Whether the light uses color temperature or not.

    Declaration
    public bool enableColorTemperature
    Field Value
    Type Description
    bool

    Methods

    ApplyTolight(Light)

    Applies the described properties the given light

    Declaration
    public void ApplyTolight(Light light)
    Parameters
    Type Name Description
    Light light
    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)