Class CreateDistantLightNode
This node will add Light component to the GameObjects of the hierarchy.
Inheritance
CreateDistantLightNode
Implements
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[NodeMetadata("CreateDistantLightNode", 0)]
public class CreateDistantLightNode : Node<CreateDistantLightNode.InputPort, CreateDistantLightNode.OutputPort>, INode<CreateDistantLightNode.InputPort, CreateDistantLightNode.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.CreateDistantLightNode.InputPort, Unity.Importer.USD.CreateDistantLightNode.OutputPort>.Run()