C# Class GameEntities.BulletType

Defines the Bullet entity type.
Inheritance: DynamicType
Show file Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BulletType ( ) : System
GetNeedFireAngleToPosition ( float horizontalDistance, float verticalDistance ) : float

Method Details

BulletType() public method

public BulletType ( ) : System
return System

GetNeedFireAngleToPosition() public method

public GetNeedFireAngleToPosition ( float horizontalDistance, float verticalDistance ) : float
horizontalDistance float
verticalDistance float
return float