C# Class UnrealEngine.V2TweenTask

Inheritance: TweenTaskBase
Afficher le fichier Open project: o87481299/SharpUnreal

Méthodes publiques

Méthode Description
Tick ( float delta ) : int
V2TweenTask ( ) : System
V2TweenTask ( start, target, float totalTime, EaseType type, Action setCallback, Action complete = null ) : System

Method Details

Tick() public méthode

public Tick ( float delta ) : int
delta float
Résultat int

V2TweenTask() public méthode

public V2TweenTask ( ) : System
Résultat System

V2TweenTask() public méthode

public V2TweenTask ( start, target, float totalTime, EaseType type, Action setCallback, Action complete = null ) : System
totalTime float
type EaseType
setCallback Action
complete Action
Résultat System