Class ReadJointXformAnimationNode.InputPort
Input ports of the ReadJointXformAnimationNode.
Inherited Members
Namespace: UnityEditor.Importer.USD
Assembly: Unity.Importer.USD.Editor.dll
Syntax
public class ReadJointXformAnimationNode.InputPort : InputPorts
Fields
skelAnimToSkelSkeletons
The animated bindings (UsdSkelAnimation prim -> UsdSkelSkeleton prims)
Declaration
public Dictionary<UsdSkelAnimation, List<UsdSkelSkeleton>> skelAnimToSkelSkeletons
Field Value
Type | Description |
---|---|
Dictionary<UsdSkelAnimation, List<UsdSkelSkeleton>> |
usdMetadata
USD stage metadata.
Declaration
public UsdStageMetadata usdMetadata
Field Value
Type | Description |
---|---|
UsdStageMetadata |