C# Class MyBouncingGame.Entity.PaddleEntity

Inheritance: PhysicsEntity
Datei anzeigen Open project: coroner4817/MyBouncingGame Class Usage Examples

Public Properties

Property Type Description
Angle float
YVelocity float
flatBoundingBoxHeight float
flatBoundingBoxWidth float

Public Methods

Method Description
PaddleEntity ( ) : System

Method Details

PaddleEntity() public method

public PaddleEntity ( ) : System
return System

Property Details

Angle public_oe property

public float Angle
return float

YVelocity public_oe property

public float YVelocity
return float

flatBoundingBoxHeight public_oe property

public float flatBoundingBoxHeight
return float

flatBoundingBoxWidth public_oe property

public float flatBoundingBoxWidth
return float