C# 클래스 Source.Collisions.Obstacle

An obstacle is a thing the player must jump over
상속: Polygon
파일 보기 프로젝트 열기: HarkerGameDev/TheGame

공개 메소드들

메소드 설명
Obstacle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, float scale = 1f ) : System

메소드 상세

Obstacle() 공개 메소드

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