C# Class UnrealEngine.RTweenTask

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

Méthodes publiques

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

Method Details

RTweenTask() public méthode

public RTweenTask ( ) : System
Résultat System

RTweenTask() public méthode

public RTweenTask ( 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