C# 클래스 StarWarrior.Components.VelocityComponent

The velocity.
상속: IComponent
파일 보기 프로젝트 열기: thelinuxlich/starwarrior_CSharp

공개 메소드들

메소드 설명
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