Class ExtractUsdStageMetadataNode
This node will extract metadata from the imported file USD stage.
Inheritance
ExtractUsdStageMetadataNode
Implements
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[NodeMetadata("ExtractUsdStageMetadataNode", 2)]
public class ExtractUsdStageMetadataNode : Node<ExtractUsdStageMetadataNode.InputPort, ExtractUsdStageMetadataNode.OutputPort>, INode<ExtractUsdStageMetadataNode.InputPort, ExtractUsdStageMetadataNode.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.ExtractUsdStageMetadataNode.InputPort, Unity.Importer.USD.ExtractUsdStageMetadataNode.OutputPort>.Run()