Class ResolveSkelBindingsNode.InputPort
Input ports of the ResolveSkelBindingsNode.
Inherited Members
Namespace: UnityEditor.Importer.USD
Assembly: Unity.Importer.USD.Editor.dll
Syntax
public class ResolveSkelBindingsNode.InputPort : InputPorts
Fields
primsWithSkelBindingAPI
The list of prims having the UsdSkelBindingAPI applied for deeper discovery of skeletal bindings
Declaration
public List<UsdPrim> primsWithSkelBindingAPI
Field Value
Type | Description |
---|---|
List<UsdPrim> |
skelRoots
The list of UsdSkelRoot prims to use the cache on
Declaration
public List<UsdPrim> skelRoots
Field Value
Type | Description |
---|---|
List<UsdPrim> |