C# Class UnrealEngine.FTweenTask

Inheritance: TweenTaskBase
Mostra file Open project: o87481299/SharpUnreal

Public Methods

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

Method Details

FTweenTask() public method

public FTweenTask ( ) : System
return System

FTweenTask() public method

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

Tick() public method

public Tick ( delta ) : int
return int