Class TrimTransformPathNode.InputPort
Inherited Members
Namespace: UnityEditor.Importer.USD
Assembly: Unity.Importer.USD.Editor.dll
Syntax
public class TrimTransformPathNode.InputPort : InputPorts
Fields
animatedProperties
The animated properties which editor curve binding paths need to be trimmed.
Declaration
public Dictionary<EditorCurveBinding, Keyframe[]> animatedProperties
Field Value
Type | Description |
---|---|
Dictionary<EditorCurveBinding, Keyframe[]> |
root
The root of the Unity GameObjects hierarchy.
Declaration
public GameObject root
Field Value
Type | Description |
---|---|
GameObject |