C# Class MyBouncingGame.Entity.PhysicsEntity

Inheritance: CCNode
ファイルを表示 Open project: coroner4817/MyBouncingGame Class Usage Examples

Public Methods

Method Description
BallPaddleRectIntersects ( CCRect r1, CCRect r2 ) : bool
InitialPhysicsEntity ( string fileName ) : void
Intersects ( PhysicsEntity other ) : bool
PhysicsEntity ( ) : System

Method Details

BallPaddleRectIntersects() public method

public BallPaddleRectIntersects ( CCRect r1, CCRect r2 ) : bool
r1 CCRect
r2 CCRect
return bool

InitialPhysicsEntity() public method

public InitialPhysicsEntity ( string fileName ) : void
fileName string
return void

Intersects() public method

public Intersects ( PhysicsEntity other ) : bool
other PhysicsEntity
return bool

PhysicsEntity() public method

public PhysicsEntity ( ) : System
return System