docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CreateDistantLightNode.InputPort

    Input ports of the CreateDistantLightNode.

    Inheritance
    object
    InputPorts
    CreateDistantLightNode.InputPort
    Inherited Members
    InputPorts.AssetLoading
    InputPorts.GraphLogger
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Importer.USD
    Assembly: Unity.Importer.USD.dll
    Syntax
    public class CreateDistantLightNode.InputPort : InputPorts

    Fields

    distantLights

    A PrimPath-DistantLightDescription mapping, read from the usd file.

    Declaration
    public Dictionary<string, DistantLightDescription> distantLights
    Field Value
    Type Description
    Dictionary<string, DistantLightDescription>

    gameObjects

    A PrimPath-GameObject mapping containing all the GameObjects that this node may turn into Distant Light.

    Declaration
    public Dictionary<string, GameObject> gameObjects
    Field Value
    Type Description
    Dictionary<string, GameObject>

    lightIntensityMultiplier

    The light intensity multiplier to apply

    Declaration
    public float lightIntensityMultiplier
    Field Value
    Type Description
    float

    usdMetadata

    USD stage metadata.

    Declaration
    public UsdStageMetadata usdMetadata
    Field Value
    Type Description
    UsdStageMetadata
    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)