C# Class Source.Collisions.Obstacle

An obstacle is a thing the player must jump over
Inheritance: Polygon
Afficher le fichier Open project: HarkerGameDev/TheGame

Méthodes publiques

Méthode Description
Obstacle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, float scale = 1f ) : System

Method Details

Obstacle() public méthode

public Obstacle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, float scale = 1f ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
position Vector2
scale float
Résultat System