Свойство | Тип | Описание | |
---|---|---|---|
GRAVITY | float | ||
resistance | float | ||
speed | Vector2 | ||
timeAlive | System.TimeSpan |
Метод | Описание | |
---|---|---|
IsCollided ( |
||
Lift ( Vector2 spaceshipCenter, float pullAcceleration, Vector2 beamPosition, int beamWidth ) : void | ||
LiftObject ( Vector2 position, float resistance, |
||
Update ( |
Метод | Описание | |
---|---|---|
IsInBeamRange ( Vector2 beamPosition, int beamWidth ) : bool |
public IsCollided ( |
||
liftObject | ||
Результат | bool |
public Lift ( Vector2 spaceshipCenter, float pullAcceleration, Vector2 beamPosition, int beamWidth ) : void | ||
spaceshipCenter | Vector2 | |
pullAcceleration | float | |
beamPosition | Vector2 | |
beamWidth | int | |
Результат | void |
public LiftObject ( Vector2 position, float resistance, |
||
position | Vector2 | |
resistance | float | |
manager | ||
points | int | |
healthModifier | int | |
Результат | System |
public Update ( |
||
gameTime | ||
Результат | void |