]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/IEntity.cs
New property IEntity.IsCollidable so entities can let the collision code know whether...
[chaz/carfire] / CarFire / CarFire / CarFire / IEntity.cs
index b8121719f1aef7614764591981af146b55be8a44..e916f2a6e13c5de2e1860e724e0fa4132e771881 100644 (file)
@@ -32,6 +32,11 @@ namespace CarFire
         /// <param name="spriteBatch">The widget.</param>\r
         void Draw(SpriteBatch spriteBatch);\r
 \r
+        /// <summary>\r
+        /// Get whether or not the entity is collidable.\r
+        /// </summary>\r
+        bool IsCollidable { get; }\r
+\r
         /// <summary>\r
         /// Get the actual position.\r
         /// </summary>\r
This page took 0.017056 seconds and 4 git commands to generate.