Class GetTfTypeByNameNode
Get the USD TfType with the given name
Inheritance
GetTfTypeByNameNode
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[NodeMetadata("GetTfTypeByNameNode", 0, description = "Retrieve the USD TfType", displayName = "GetTfTypeByNameNode")]
public class GetTfTypeByNameNode : Node<GetTfTypeByNameNode.InputPort, GetTfTypeByNameNode.OutputPort>, INode<GetTfTypeByNameNode.InputPort, GetTfTypeByNameNode.OutputPort>, INodeSerialization
Remarks
Inputs : string : TfType name
Outputs : pxr.TfType : Matching TfType.
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.GetTfTypeByNameNode.InputPort, Unity.Importer.USD.GetTfTypeByNameNode.OutputPort>.Run()