Class ReadDistantLightNode
This node will read DistantLightDescriptions info from a list of UsdLuxDistantLight prims.
Inheritance
ReadDistantLightNode
Implements
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[NodeMetadata("ReadDistantLightNode", 0)]
public class ReadDistantLightNode : Node<ReadDistantLightNode.InputPort, ReadDistantLightNode.OutputPort>, INode<ReadDistantLightNode.InputPort, ReadDistantLightNode.OutputPort>, INodeSerialization
Methods
Run()
See the documentation for <Node{TInput,TOutput}.Run> in the com.unity.importer package documentation for details
Declaration
public override void Run()
Overrides
UnityEngine.Importer.Node<Unity.Importer.USD.ReadDistantLightNode.InputPort, Unity.Importer.USD.ReadDistantLightNode.OutputPort>.Run()