C# 클래스 Danmaku_no_Kyojin.Entities.BaseBullet

상속: Entity
파일 보기 프로젝트 열기: Noxalus/Danmaku-no-Kyojin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Direction Vector2

보호된 프로퍼티들

프로퍼티 타입 설명
Velocity Vector2

보호된 메소드들

메소드 설명
BaseBullet ( DnK gameRef, Microsoft.Xna.Framework.Graphics.Texture2D sprite, Vector2 position, Vector2 direction, Vector2 velocity ) : System

메소드 상세

BaseBullet() 보호된 메소드

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
리턴 System

프로퍼티 상세

Direction 공개적으로 프로퍼티

public Vector2 Direction
리턴 Vector2

Velocity 보호되어 있는 프로퍼티

protected Vector2 Velocity
리턴 Vector2