C# 클래스 Pong.Paddle

상속: Sprite
파일 보기 프로젝트 열기: sq/Fracture 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bounds Bounds
Playfield Playfield
Velocity Vector2

공개 메소드들

메소드 설명
Update ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Bounds 공개적으로 프로퍼티

public Bounds Bounds
리턴 Bounds

Playfield 공개적으로 프로퍼티

public Playfield,Pong Playfield
리턴 Playfield

Velocity 공개적으로 프로퍼티

public Vector2 Velocity
리턴 Vector2