C# 클래스 MyBouncingGame.Entity.PaddleEntity

상속: PhysicsEntity
파일 보기 프로젝트 열기: coroner4817/MyBouncingGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Angle float
YVelocity float
flatBoundingBoxHeight float
flatBoundingBoxWidth float

공개 메소드들

메소드 설명
PaddleEntity ( ) : System

메소드 상세

PaddleEntity() 공개 메소드

public PaddleEntity ( ) : System
리턴 System

프로퍼티 상세

Angle 공개적으로 프로퍼티

public float Angle
리턴 float

YVelocity 공개적으로 프로퍼티

public float YVelocity
리턴 float

flatBoundingBoxHeight 공개적으로 프로퍼티

public float flatBoundingBoxHeight
리턴 float

flatBoundingBoxWidth 공개적으로 프로퍼티

public float flatBoundingBoxWidth
리턴 float