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

The Base Class for ScriptableObjects representing a ITimeScaleChannel

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

More...

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

Properties

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

The Base Class for ScriptableObjects representing a ITimeScaleChannel

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

Property Documentation

◆ TimeScale

abstract float RaTweening.TimeScale.TimeScaleChannelSO.TimeScale
get

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

Implements RaTweening.TimeScale.ITimeScaleChannel.