RaTweening 1.0.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
RaTweening.TimeScale.CustomTimeScaleChannelSO Class Reference

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

Inheritance diagram for RaTweening.TimeScale.CustomTimeScaleChannelSO:
RaTweening.TimeScale.TimeScaleChannelSO RaTweening.TimeScale.ITimeScaleChannel

Public Member Functions

void SetTimeScale (float timeScale)
 Sets the TimeScale of this Channel. Modifying the RaTweenBase.TimeScale Tweens referring to this channel.
 

Properties

override float TimeScale [get]
 The TimeScale with which scale the Real-Time DeltaTime which is used to evaluate a tween More...
 
- Properties inherited from RaTweening.TimeScale.TimeScaleChannelSO
abstract float TimeScale [get]
 The TimeScale with which scale the Real-Time DeltaTime which is used to evaluate a tween 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

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.

Property Documentation

◆ TimeScale

override float RaTweening.TimeScale.CustomTimeScaleChannelSO.TimeScale
get

The TimeScale with which scale the Real-Time DeltaTime which is used to evaluate a tween

Implements RaTweening.TimeScale.ITimeScaleChannel.