C# Class Danmaku_no_Kyojin.Entities.BaseBullet

Inheritance: Entity
Afficher le fichier Open project: Noxalus/Danmaku-no-Kyojin Class Usage Examples

Méthodes publiques

Свойство Type Description
Direction Vector2

Protected Properties

Свойство Type Description
Velocity Vector2

Méthodes protégées

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

Method Details

BaseBullet() protected méthode

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
Résultat System

Property Details

Direction public_oe property

public Vector2 Direction
Résultat Vector2

Velocity protected_oe property

protected Vector2 Velocity
Résultat Vector2