C# Класс StarWarrior.Components.VelocityComponent

The velocity.
Наследование: IComponent
Показать файл Открыть проект

Открытые методы

Метод Описание
AddAngle ( float angle ) : void

The add angle.

VelocityComponent ( ) : System

Initializes a new instance of the VelocityComponent class.

VelocityComponent ( float velocity ) : System

Initializes a new instance of the VelocityComponent class.

VelocityComponent ( float velocity, float angle ) : System

Initializes a new instance of the VelocityComponent class.

Описание методов

AddAngle() публичный Метод

The add angle.
public AddAngle ( float angle ) : void
angle float The angle.
Результат void

VelocityComponent() публичный Метод

Initializes a new instance of the VelocityComponent class.
public VelocityComponent ( ) : System
Результат System

VelocityComponent() публичный Метод

Initializes a new instance of the VelocityComponent class.
public VelocityComponent ( float velocity ) : System
velocity float The velocity.
Результат System

VelocityComponent() публичный Метод

Initializes a new instance of the VelocityComponent class.
public VelocityComponent ( float velocity, float angle ) : System
velocity float The velocity.
angle float The angle.
Результат System