C# Class UnrealEngine.CTweenTask

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

Méthodes publiques

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

Method Details

CTweenTask() public méthode

public CTweenTask ( ) : System
Résultat System

CTweenTask() public méthode

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

Tick() public méthode

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