RaTweening 1.0.0
Loading...
Searching...
No Matches
Classes
RaTweening.TimeScale Namespace Reference

Classes

class  CustomTimeScaleChannelSO
 A TimeScaleChannelSO which can be used to manually set the TimeScale of an entire group of tweens and live modify them.

‍Note: To create an instance of this object, go to RaTweening/TimeScaleChannels/Create CustomTimeScaleChannelSO under the Create Context Menu of Unity.

More...
 
class  GameTimeScaleChannel
 This Singleton ITimeScaleChannel represents Unity's Time.timeScale value.

‍Note: For RaTweenerComponent support, see GameTimeScaleChannelSO
Note: For API Support, see RaTweenUtilExtensions.SetToGameTime<TweenT>(TweenT)

More...
 
class  GameTimeScaleChannelSO
 The ScriptableObject equivalent of GameTimeScaleChannel, which represents Unity's Time.timeScale value.

‍Note: For API Support, see RaTweenUtilExtensions.SetToGameTime<TweenT>(TweenT)

More...
 
interface  ITimeScaleChannel
 Represents a channel which indicates the Scale at which the Real-Time DeltaTime should be scaled for a Tween.

‍Note: This affects the evaluation speed of all the tweens referring to the channel.

More...
 
class  TimeScaleChannelSO
 The Base Class for ScriptableObjects representing a ITimeScaleChannel

‍Note: This is used to give TimeScaleChannel editability access for a RaTweenerComponent

More...