Method | Description | |
---|---|---|
BoundingBoxForceFieldShape ( Microsoft.Xna.Framework.BoundingBox box ) : System.Collections.Generic |
Constructs a new force field shape using a bounding box.
|
|
GetPossiblyAffectedEntities ( ) : IList |
Determines the possibly involved entities.
|
|
IsEntityAffected ( |
Determines if the entity is affected by the force field.
|
public BoundingBoxForceFieldShape ( Microsoft.Xna.Framework.BoundingBox box ) : System.Collections.Generic | ||
box | Microsoft.Xna.Framework.BoundingBox | Bounding box to use. |
return | System.Collections.Generic |
public GetPossiblyAffectedEntities ( ) : IList |
||
return | IList |
public IsEntityAffected ( |
||
testEntity | Entity to test. | |
return | bool |