C# 클래스 Project290.Games.Solitude.SolitudeObjects.Enemies.Enemy

상속: SolitudeObject
파일 보기 프로젝트 열기: scastle/Solitude

공개 프로퍼티들

프로퍼티 타입 설명
health int

공개 메소드들

메소드 설명
Draw ( ) : void
Enemy ( Vector2 position, World world, float width, float height ) : System
Update ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Enemy() 공개 메소드

public Enemy ( Vector2 position, World world, float width, float height ) : System
position Vector2
world Project290.Physics.Dynamics.World
width float
height float
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

health 공개적으로 프로퍼티

public int health
리턴 int