Class ReadXFormAnimationNode.OutputPort
Output ports of the ReadXFormAnimationNode.
Inherited Members
Namespace: UnityEditor.Importer.USD
Assembly: Unity.Importer.USD.Editor.dll
Syntax
public class ReadXFormAnimationNode.OutputPort : OutputPorts
Fields
animatedProperties
A PrimPath-XformAnimationDescription mapping resulting from the conversion. This data will be used downstream to create a Unity AnimationClip asset for the whole stage
Declaration
public Dictionary<EditorCurveBinding, Keyframe[]> animatedProperties
Field Value
Type | Description |
---|---|
Dictionary<EditorCurveBinding, Keyframe[]> |