C# Class SpeedUpAvatarScript, SlashRunner

Speeds up player objects by a certain velocity. Only occurs once.
Inheritance: MonoBehaviour
ファイルを表示 Open project: matthewAURA/SlashRunner

Public Properties

Property Type Description
increase float

Public Methods

Method Description
Start ( ) : void

Protected Methods

Method Description
speedUp ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

speedUp() protected method

protected speedUp ( ) : void
return void

Property Details

increase public_oe property

public float increase
return float