RaTweening 1.0.0
Loading...
Searching...
No Matches
Properties | List of all members
RaTweening.TimeScale.GameTimeScaleChannel Class Reference

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...

Inheritance diagram for RaTweening.TimeScale.GameTimeScaleChannel:
RaTweening.TimeScale.ITimeScaleChannel

Properties

static GameTimeScaleChannel Instance [get]
 
float TimeScale [get]
 Time.timeScale More...
 
- Properties inherited from RaTweening.TimeScale.ITimeScaleChannel
float TimeScale [get]
 The TimeScale with which scale the Real-Time DeltaTime which is used to evaluate a tween More...
 

Detailed Description

This Singleton ITimeScaleChannel represents Unity's Time.timeScale value.

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

Property Documentation

◆ TimeScale

float RaTweening.TimeScale.GameTimeScaleChannel.TimeScale
get

Time.timeScale

Implements RaTweening.TimeScale.ITimeScaleChannel.