C# Class World.Physics.PhysicalEntity

Inheritance: IPhysicalEntity
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

Méthode Description
CollidesWith ( IPhysicalEntity physicalEntity ) : bool
CoverRectangle ( ) : RectangleF
CoverTiles ( ) : List
PhysicalEntity ( System.Vector2 position, IShape shape ) : System

Method Details

CollidesWith() public méthode

public CollidesWith ( IPhysicalEntity physicalEntity ) : bool
physicalEntity IPhysicalEntity
Résultat bool

CoverRectangle() public méthode

public CoverRectangle ( ) : RectangleF
Résultat RectangleF

CoverTiles() public méthode

public CoverTiles ( ) : List
Résultat List

PhysicalEntity() public méthode

public PhysicalEntity ( System.Vector2 position, IShape shape ) : System
position System.Vector2
shape IShape
Résultat System