Table of Contents

DOGoto Method

Namespace
DG.Tweening
Assembly
DOTween.dll

DOGoto(Component, float, bool)

public static int DOGoto(this Component target, float to, bool andPlay = false)

Parameters

target Component
to float
andPlay bool

Returns

int

DOGoto(Material, float, bool)

public static int DOGoto(this Material target, float to, bool andPlay = false)

Parameters

target Material
to float
andPlay bool

Returns

int