BEPUphysics.UpdateableSystems.ForceFields.BoundingBoxForceFieldShape.IsEntityAffected C# (CSharp) Méthode

IsEntityAffected() public méthode

Determines if the entity is affected by the force field.
public IsEntityAffected ( Entity testEntity ) : bool
testEntity BEPUphysics.Entities.Entity Entity to test.
Résultat bool
        public override bool IsEntityAffected(Entity testEntity)
        {
            return true;
        }
    }