// Assembly: DOTween
// Full name: DG.Tweening.Core.TweenManager

namespace DG.Tweening.Core
{
public class TweenManager // TypeDefIndex: 11288
{
	// Fields
	type#20892 _DefaultMaxTweeners;
	type#20892 _DefaultMaxSequences;
	type#26598 _MaxTweensReached;
	type#26078 _EpsilonVsTimeCheck;
	type#15320 isUnityEditor;
	type#15320 isDebugBuild;
	type#20874 maxActive;
	type#20874 maxTweeners;
	type#20874 maxSequences;
	type#15320 hasActiveTweens;
	type#15320 hasActiveDefaultTweens;
	type#15320 hasActiveLateTweens;
	type#15320 hasActiveFixedTweens;
	type#15320 hasActiveManualTweens;
	type#20874 totActiveTweens;
	type#20874 totActiveDefaultTweens;
	type#20874 totActiveLateTweens;
	type#20874 totActiveFixedTweens;
	type#20874 totActiveManualTweens;
	type#20874 totActiveTweeners;
	type#20874 totActiveSequences;
	type#20874 totPooledTweeners;
	type#20874 totPooledSequences;
	type#20874 totTweeners;
	type#20874 totSequences;
	type#15320 isUpdateLoop;
	type#13533 _activeTweens;
	type#13532 _pooledTweeners;
	type#10267 _PooledSequences;
	type#9167 _KillList;
	type#4851 _TweenLinks;
	type#20873 _totTweenLinks;
	type#20873 _maxActiveLookupId;
	type#15319 _requiresActiveReorganization;
	type#20873 _reorganizeFromId;
	type#20873 _minPooledTweenerId;
	type#20873 _maxPooledTweenerId;
	type#15319 _despawnAllCalledFromUpdateLoopCallback;

	// Methods
	// RVA: -1
	private static type#28660 .cctor() { }
	// RVA: -1
	internal static type#10661 GetTweener() { }
	// RVA: -1
	internal static type#25818 GetSequence() { }
	// RVA: -1
	internal static type#28660 SetUpdateType(type#27677 t, type#28195 updateType, type#15313 isIndependentUpdate) { }
	// RVA: -1
	internal static type#28660 AddActiveTweenToSequence(type#27677 t) { }
	// RVA: -1
	internal static type#20867 DespawnAll() { }
	// RVA: -1
	internal static type#28660 Despawn(type#27677 t, type#15335 modifyActiveLists) { }
	// RVA: -1
	internal static type#28660 PurgeAll() { }
	// RVA: -1
	internal static type#28660 PurgePools() { }
	// RVA: -1
	internal static type#28660 AddTweenLink(type#27677 t, type#27686 tweenLink) { }
	// RVA: -1
	private static type#28660 RemoveTweenLink(type#27677 t) { }
	// RVA: -1
	internal static type#28660 ResetCapacities() { }
	// RVA: -1
	internal static type#28660 SetCapacities(type#20867 tweenersCapacity, type#20867 sequencesCapacity) { }
	// RVA: -1
	internal static type#20867 Validate() { }
	// RVA: -1
	internal static type#28660 Update(type#28195 updateType, type#26059 deltaTime, type#26059 independentTime) { }
	// RVA: -1
	internal static type#20867 FilteredOperation(type#23922 operationType, type#18542 filterType, type#23705 id, type#15313 optionalBool, type#26059 optionalFloat, type#23719 optionalObj, type#13309 optionalArray) { }
	// RVA: -1
	internal static type#15313 Complete(type#27677 t, type#15335 modifyActiveLists, type#28186 updateMode) { }
	// RVA: -1
	internal static type#15313 Flip(type#27677 t) { }
	// RVA: -1
	internal static type#28660 ForceInit(type#27677 t, type#15335 isSequenced) { }
	// RVA: -1
	internal static type#15313 Goto(type#27677 t, type#26059 to, type#15335 andPlay, type#28186 updateMode) { }
	// RVA: -1
	internal static type#15313 Pause(type#27677 t) { }
	// RVA: -1
	internal static type#15313 Play(type#27677 t) { }
	// RVA: -1
	internal static type#15313 PlayBackwards(type#27677 t) { }
	// RVA: -1
	internal static type#15313 PlayForward(type#27677 t) { }
	// RVA: -1
	internal static type#15313 Restart(type#27677 t, type#15335 includeDelay, type#26077 changeDelayTo) { }
	// RVA: -1
	internal static type#15313 Rewind(type#27677 t, type#15335 includeDelay) { }
	// RVA: -1
	internal static type#15313 SmoothRewind(type#27677 t) { }
	// RVA: -1
	internal static type#15313 TogglePause(type#27677 t) { }
	// RVA: -1
	internal static type#20867 TotalPooledTweens() { }
	// RVA: -1
	internal static type#20867 TotalPlayingTweens() { }
	// RVA: -1
	internal static type#9165 GetActiveTweens(type#15313 playing, type#9168 fillableList) { }
	// RVA: -1
	internal static type#9165 GetTweensById(type#23705 id, type#15313 playingOnly, type#9168 fillableList) { }
	// RVA: -1
	internal static type#9165 GetTweensByTarget(type#23705 target, type#15313 playingOnly, type#9168 fillableList) { }
	// RVA: -1
	private static type#28660 MarkForKilling(type#27677 t) { }
	// RVA: -1
	private static type#28660 EvaluateTweenLink(type#27677 t) { }
	// RVA: -1
	private static type#28660 AddActiveTween(type#27677 t) { }
	// RVA: -1
	private static type#28660 ReorganizeActiveTweens() { }
	// RVA: -1
	private static type#28660 DespawnActiveTweens(type#9165 tweens) { }
	// RVA: -1
	private static type#28660 RemoveActiveTween(type#27677 t) { }
	// RVA: -1
	private static type#28660 ClearTweenArray(type#13531 tweens) { }
	// RVA: -1
	private static type#28660 IncreaseCapacities(type#34275 increaseMode) { }
	// RVA: -1
	private static type#28660 ManageOnRewindCallbackWhenAlreadyRewinded(type#27677 t, type#15313 isPlayBackwardsOrSmoothRewind) { }
}
}
