Table of Contents

Interface ITween

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll
public interface ITween

Properties

Delay

float Delay { get; set; }

Property Value

float

Duration

float Duration { get; set; }

Property Value

float

IsTweened

bool IsTweened { get; }

Property Value

bool

Methods

Play(MonoBehaviour, bool)

void Play(MonoBehaviour coroutineHolder, bool isForward = true)

Parameters

coroutineHolder MonoBehaviour
isForward bool

Reset(bool)

void Reset(bool isResetTarget)

Parameters

isResetTarget bool

SetToEndValue()

void SetToEndValue()