Class ReadXFormNode
This node will read XForm data from each prim in the USD file. It will then convert them into a format closer to Unity transform description.
Inheritance
Implements
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
[NodeMetadata("ReadXFormNode", 1)]
public class ReadXFormNode : BaseMatrixConversionNode<ReadXFormNode.InputPort>, INode<ReadXFormNode.InputPort, BaseMatrixConversionNode<ReadXFormNode.InputPort>.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()