C# Class UnrealEngine.CTweenTask

Inheritance: TweenTaskBase
Mostrar archivo Open project: o87481299/SharpUnreal

Public Methods

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

Method Details

CTweenTask() public method

public CTweenTask ( ) : System
return System

CTweenTask() public method

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