C# Class TiaraFramework.Component.ActArrive

Inheritance: Act
Show file Open project: TiaraGames/TiaraFramework

Public Methods

Method Description
ActArrive ( Vector2 Target, float Time, bool isSolid = true, bool isRelative = false, float SpeedUpRate, float SpeedDownRate ) : System

Private Methods

Method Description
NextStep ( ) : void
setSprite ( ASprite sprite ) : void

Method Details

ActArrive() public method

public ActArrive ( Vector2 Target, float Time, bool isSolid = true, bool isRelative = false, float SpeedUpRate, float SpeedDownRate ) : System
Target Vector2
Time float
isSolid bool
isRelative bool
SpeedUpRate float
SpeedDownRate float
return System