Timeline v5.0.0
Timeline v5.0.0
├── _Plugin_VamTimeline.AtomAnimation.txt
└── Timeline v5.0.0
├── src
│ ├── AtomAnimations
│ │ ├── Animatables
│ │ │ ├── AnimatablesRegistry.cs
│ │ │ ├── Base
│ │ │ │ ├── AnimatableRefBase.cs
│ │ │ │ ├── AnimationTargetBase.cs
│ │ │ │ └── IAtomAnimationTarget.cs
│ │ │ ├── CurvesBase
│ │ │ │ ├── CurveAnimationTargetBase.cs
│ │ │ │ └── ICurveAnimationTarget.cs
│ │ │ ├── FreeControllerV3s
│ │ │ │ ├── FreeControllerV3AnimationTarget.cs
│ │ │ │ └── FreeControllerV3Ref.cs
│ │ │ ├── JSONStorableFloats
│ │ │ │ ├── JSONStorableFloatAnimationTarget.cs
│ │ │ │ └── JSONStorableFloatRef.cs
│ │ │ ├── TransformsBase
│ │ │ │ └── TransformAnimationTarget.cs
│ │ │ └── Triggers
│ │ │ ├── CustomTrigger.cs
│ │ │ ├── TriggersTrackAnimationTarget.cs
│ │ │ └── TriggersTrackRef.cs
│ │ ├── Animations
│ │ │ ├── AtomAnimationClip.cs
│ │ │ ├── AtomAnimation.cs
│ │ │ ├── AtomAnimationsClipsIndex.cs
│ │ │ ├── AtomAnimationTargetsList.cs
│ │ │ ├── AtomPose.cs
│ │ │ ├── IAtomAnimationClip.cs
│ │ │ ├── IAtomAnimationTargetsList.cs
│ │ │ ├── TimeModes.cs
│ │ │ ├── TimeTypeValues.cs
│ │ │ ├── UnitySpecific.cs
│ │ │ └── VamOverlaysFadeManager.cs
│ │ ├── BezierCurves
│ │ │ ├── BezierAnimationCurve.cs
│ │ │ ├── BezierKeyframe.cs
│ │ │ ├── CurveTypeValues.cs
│ │ │ └── Smoothing
│ │ │ ├── BezierAnimationCurveSmoothingBase.cs
│ │ │ ├── BezierAnimationCurveSmoothingLooping.cs
│ │ │ ├── BezierAnimationCurveSmoothingNonLooping.cs
│ │ │ └── IBezierAnimationCurveSmoothing.cs
│ │ ├── Clipboard
│ │ │ └── AtomClipboardEntry.cs
│ │ ├── Editing
│ │ │ ├── AtomAnimationBackup.cs
│ │ │ ├── AtomAnimationEditContext.cs
│ │ │ └── FreeControllerV3Hook.cs
│ │ ├── Logging
│ │ │ └── Logger.cs
│ │ ├── Operations
│ │ │ ├── AddAnimationOperations.cs
│ │ │ ├── ImportOperations.cs
│ │ │ ├── KeyframesOperations.cs
│ │ │ ├── LayersOperations.cs
│ │ │ ├── MocapImportOperations.cs
│ │ │ ├── OffsetOperations.cs
│ │ │ ├── OperationsFactory.cs
│ │ │ ├── RecordOperations.cs
│ │ │ ├── ReduceOperations.cs
│ │ │ ├── Reduction
│ │ │ │ ├── ControllerTargetReduceProcessor.cs
│ │ │ │ ├── FloatParamTargetReduceProcessor.cs
│ │ │ │ ├── ITargetReduceProcessor.cs
│ │ │ │ ├── ReduceProgress.cs
│ │ │ │ ├── ReducerBucket.cs
│ │ │ │ ├── ReduceSettings.cs
│ │ │ │ └── TargetReduceProcessorBase.cs
│ │ │ ├── ResizeAnimationOperations.cs
│ │ │ └── TargetsOperations.cs
│ │ ├── Serialization
│ │ │ └── AtomAnimationSerializer.cs
│ │ └── Utils
│ │ ├── FloatExtensions.cs
│ │ └── QuaternionExtensions.cs
│ ├── AtomPlugin.cs
│ ├── Controller
│ │ └── SimpleSignUI.cs
│ ├── ControllerPlugin.cs
│ ├── IAtomPlugin.cs
│ ├── Interop
│ │ ├── IRemoteAtomPlugin.cs
│ │ ├── IRemoteControllerPlugin.cs
│ │ ├── ITimelineListener.cs
│ │ ├── RectTransformExtensions.cs
│ │ ├── StorableNames.cs
│ │ └── SyncProxy.cs
│ ├── PeerManager.cs
│ └── UI
│ ├── Components
│ │ ├── AnimatableFrames
│ │ │ ├── AnimationTargetFrameComponentBase.cs
│ │ │ ├── FreeControllerV2AnimationTargetFrameComponent.cs
│ │ │ ├── IAnimationTargetFrameComponent.cs
│ │ │ ├── JSONStorableFloatAnimationTargetFrameComponent.cs
│ │ │ └── TriggersTrackAnimationTargetFrameComponent.cs
│ │ ├── AnimationControlPanel
│ │ │ └── AnimationControlPanel.cs
│ │ ├── Clickable.cs
│ │ ├── Curves
│ │ │ ├── Curves.cs
│ │ │ ├── CurvesLines.cs
│ │ │ └── CurvesStyle.cs
│ │ ├── CurveTypePopup.cs
│ │ ├── DopeSheet
│ │ │ ├── DopeSheet.cs
│ │ │ ├── DopeSheetKeyframes.cs
│ │ │ └── DopeSheetStyle.cs
│ │ ├── GradientImage.cs
│ │ ├── LineDrawer.cs
│ │ ├── Listener.cs
│ │ ├── MiniButton.cs
│ │ ├── ScreenTabs.cs
│ │ ├── Scrubber
│ │ │ ├── Scrubber.cs
│ │ │ ├── ScrubberMarkers.cs
│ │ │ └── ScrubberStyle.cs
│ │ ├── SimpleSlider.cs
│ │ ├── Styling
│ │ │ └── StyleBase.cs
│ │ ├── UIPerformance.cs
│ │ ├── UIVertexHelper.cs
│ │ ├── VamPrefabFactory.cs
│ │ └── Zoom
│ │ ├── ZoomControl.cs
│ │ ├── ZoomControlGraphics.cs
│ │ ├── Zoom.cs
│ │ ├── ZoomStateModes.cs
│ │ ├── ZoomStyle.cs
│ │ └── ZoomTime.cs
│ ├── Editor.cs
│ └── Screens
│ ├── AddAnimationScreen.cs
│ ├── AddRemoveTargetsScreen.cs
│ ├── AdvancedKeyframeToolsScreen.cs
│ ├── AnimationsScreen.cs
│ ├── BulkScreen.cs
│ ├── ControllerTargetSettingsScreen.cs
│ ├── DiagnosticsScreen.cs
│ ├── EditAnimationScreen.cs
│ ├── HelpScreen.cs
│ ├── ImportExportScreen.cs
│ ├── LockedScreen.cs
│ ├── LoggingScreen.cs
│ ├── ManageAnimationsScreen.cs
│ ├── MocapScreen.cs
│ ├── MoreScreen.cs
│ ├── OptionsScreen.cs
│ ├── RecordScreen.cs
│ ├── ReduceScreen.cs
│ ├── ScreenBase.cs
│ ├── ScreensManager.cs
│ ├── SequencingScreen.cs
│ └── TargetsScreen.cs
├── VamTimeline.AtomAnimation.cslist
└── VamTimeline.Controller.cslist