Class CreateAnimationClipNode.InputPort
Input ports of the CreateAnimationClipNode.
Inherited Members
Namespace: UnityEditor.Importer.USD
Assembly: Unity.Importer.USD.Editor.dll
Syntax
public class CreateAnimationClipNode.InputPort : InputPorts
Fields
animatedProperties
The properties to animate
Declaration
public Dictionary<EditorCurveBinding, Keyframe[]> animatedProperties
Field Value
Type | Description |
---|---|
Dictionary<EditorCurveBinding, Keyframe[]> |
loopAnimations
A flag telling if the animations loop time should be enabled.
Declaration
public bool loopAnimations
Field Value
Type | Description |
---|---|
bool |
usdMetadata
USD stage metadata.
Declaration
public UsdStageMetadata usdMetadata
Field Value
Type | Description |
---|---|
UsdStageMetadata |