C# Class UnrealEngine.RTweenTask

Inheritance: TweenTaskBase
Datei anzeigen Open project: o87481299/SharpUnreal

Public Methods

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

Method Details

RTweenTask() public method

public RTweenTask ( ) : System
return System

RTweenTask() public method

public RTweenTask ( start, target, float totalTime, EaseType type, Action setCallback, Action complete = null ) : System
totalTime float
type EaseType
setCallback Action
complete Action
return System

Tick() public method

public Tick ( float delta ) : int
delta float
return int