Timeline Mixer Documentation
|
This is the complete list of members for TimelineMixer.TimelineMixerComponent, including all inherited members.
AddTimeline(TimelineAsset timelineAsset) | TimelineMixer.TimelineMixerComponent | inline |
ClearTimelineEvents(TimelineAsset timelineAsset) | TimelineMixer.TimelineMixerComponent | inline |
CreateBindingGroups(HashSet< TimelineAsset > timelineAssets) | TimelineMixer.TimelineMixerComponent | inlineprivate |
Crossfade(string fadeInTimelineName, string fadeOutTimelineName, float fadeTime=1f, float startTime=-1f) | TimelineMixer.TimelineMixerComponent | inline |
Crossfade(TimelineAsset fadeInAsset, TimelineAsset fadeOutAsset=null, float fadeTime=1f, float startTime=-1f) | TimelineMixer.TimelineMixerComponent | inline |
FadeIn(string timelineAssetName, float fadeTime=1f, float startTime=-1f, int? loopMode=null) | TimelineMixer.TimelineMixerComponent | inline |
FadeIn(TimelineAsset timelineAsset, float fadeTime=1f, float startTime=-1f, int? loopMode=null) | TimelineMixer.TimelineMixerComponent | inline |
FadeOut(string timelineAssetName, float fadeTime=1f) | TimelineMixer.TimelineMixerComponent | inline |
FadeOut(TimelineAsset timelineAsset, float fadeTime=1f) | TimelineMixer.TimelineMixerComponent | inline |
FadeTo(string timelineAssetName, float targetWeight, float fadeTime=1f, float startTime=-1, int? loopMode=null) | TimelineMixer.TimelineMixerComponent | inline |
FadeTo(TimelineAsset timelineAsset, float targetWeight, float fadeTime=1f, float startTime=-1, int? loopMode=null, float easeOut=-1) | TimelineMixer.TimelineMixerComponent | inline |
TimelineMixer::TimelineMixerBase.FadeTo(BindingData bindingData, float targetWeight, float fadeTime=10f, float startTime=-1, int? loopPlayback=null) | TimelineMixer.TimelineMixerBase | inlineprotected |
GetExternalConnectionAnimationNode(Animator animator) | TimelineMixer.TimelineMixerComponent | inline |
GetTimelineWithName(string name) | TimelineMixer.TimelineMixerComponent | inlineprivate |
Initialize() | TimelineMixer.TimelineMixerComponent | inline |
Mode enum name | TimelineMixer.TimelineMixerBase | |
Play(string timelineAssetName, float startTime=-1f, int? loopMode=null) | TimelineMixer.TimelineMixerComponent | inline |
Play(TimelineAsset timelineAsset, float startTime=-1f, int? loopPlayback=null) | TimelineMixer.TimelineMixerComponent | inline |
RebindTrack(TimelineAsset timelineAsset, string trackName, UnityEngine.Object binding) | TimelineMixer.TimelineMixerBase | inline |
RemoveDuplicates(List< TimelineAsset > timelineAssets) | TimelineMixer.TimelineMixerComponent | inlineprivate |
SetGraph(PlayableGraph playableGraph) | TimelineMixer.TimelineMixerComponent | inline |
SetSpeed(TimelineAsset timelineAsset, float speed) | TimelineMixer.TimelineMixerBase | inline |
SetTime(TimelineAsset timelineAsset, float time) | TimelineMixer.TimelineMixerBase | inline |
SetTimelineEvent(TimelineAsset timelineAsset, float time, Action eventCallback, NotificationFlags notificationFlags=NotificationFlags.Retroactive) | TimelineMixer.TimelineMixerComponent | inline |
SetTimeSmooth(TimelineAsset timelineAsset, float targetTime, float duration, AnimationCurve curve=null, bool pauseOnEnd=false) | TimelineMixer.TimelineMixerBase | inline |
SetTimeUpdateMode(DirectorUpdateMode mode) | TimelineMixer.TimelineMixerBase | inline |
SetUpGraph() | TimelineMixer.TimelineMixerBase | inlineprivate |
SoloModeSwitch(float fadeTime=0f) | TimelineMixer.TimelineMixerComponent | inlineprivate |