C# 클래스 SubEntity, ANI2012A15

상속: Entity
파일 보기 프로젝트 열기: philvoyer/ANI2012A15 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
positionX float
positionY float

공개 메소드들

메소드 설명
SubEntity ( String n, float x, float y ) : System
update ( ) : void

메소드 상세

SubEntity() 공개 메소드

public SubEntity ( String n, float x, float y ) : System
n String
x float
y float
리턴 System

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

positionX 공개적으로 프로퍼티

public float positionX
리턴 float

positionY 공개적으로 프로퍼티

public float positionY
리턴 float