C# 클래스 BEPUphysics.UpdateableSystems.ForceFields.BoundingBoxForceFieldShape

Defines the area in which a force field works using an entity's shape.
상속: BEPUphysics.UpdateableSystems.ForceFields.ForceFieldShape
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 메소드들

메소드 설명
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 ( Entity testEntity ) : bool

Determines if the entity is affected by the force field.

메소드 상세

BoundingBoxForceFieldShape() 공개 메소드

Constructs a new force field shape using a bounding box.
public BoundingBoxForceFieldShape ( Microsoft.Xna.Framework.BoundingBox box ) : System.Collections.Generic
box Microsoft.Xna.Framework.BoundingBox Bounding box to use.
리턴 System.Collections.Generic

GetPossiblyAffectedEntities() 공개 메소드

Determines the possibly involved entities.
public GetPossiblyAffectedEntities ( ) : IList
리턴 IList

IsEntityAffected() 공개 메소드

Determines if the entity is affected by the force field.
public IsEntityAffected ( Entity testEntity ) : bool
testEntity BEPUphysics.Entities.Entity Entity to test.
리턴 bool