C# Class World.Physics.StaticPhysicalEntity

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

Méthodes publiques

Méthode Description
CollidesWith ( IPhysicalEntity physicalEntity ) : bool
CoverRectangle ( ) : RectangleF
CoverTiles ( ) : List
StaticPhysicalEntity ( IShape shape, float weight = 1, bool inelasticCollision = false, bool elasticCollision = false ) : System.Collections.Generic

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

StaticPhysicalEntity() public méthode

public StaticPhysicalEntity ( IShape shape, float weight = 1, bool inelasticCollision = false, bool elasticCollision = false ) : System.Collections.Generic
shape IShape
weight float
inelasticCollision bool
elasticCollision bool
Résultat System.Collections.Generic