C# Class Danmaku_no_Kyojin.Entities.BaseBullet

Inheritance: Entity
Show file Open project: Noxalus/Danmaku-no-Kyojin Class Usage Examples

Public Properties

Property Type Description
Direction Vector2

Protected Properties

Property Type Description
Velocity Vector2

Protected Methods

Method Description
BaseBullet ( DnK gameRef, Microsoft.Xna.Framework.Graphics.Texture2D sprite, Vector2 position, Vector2 direction, Vector2 velocity ) : System

Method Details

BaseBullet() protected method

protected BaseBullet ( DnK gameRef, Microsoft.Xna.Framework.Graphics.Texture2D sprite, Vector2 position, Vector2 direction, Vector2 velocity ) : System
gameRef DnK
sprite Microsoft.Xna.Framework.Graphics.Texture2D
position Vector2
direction Vector2
velocity Vector2
return System

Property Details

Direction public property

public Vector2 Direction
return Vector2

Velocity protected property

protected Vector2 Velocity
return Vector2