C# Class UnrealEngine.V2TweenTask

Inheritance: TweenTaskBase
Exibir arquivo Open project: o87481299/SharpUnreal

Public Methods

Method Description
Tick ( float delta ) : int
V2TweenTask ( ) : System
V2TweenTask ( 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

V2TweenTask() public method

public V2TweenTask ( ) : System
return System

V2TweenTask() public method

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