C# Class UnrealEngine.VTweenTask

Inheritance: TweenTaskBase
Mostrar archivo Open project: o87481299/SharpUnreal

Public Methods

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

Method Details

Tick() public method

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

VTweenTask() public method

public VTweenTask ( ) : System
return System

VTweenTask() public method

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