WarTornLands.Entities.Modules.Collide.CollisionShape.RectangleCollisionShape.RectangleCollisionShape C# (CSharp) Méthode

RectangleCollisionShape() public méthode

public RectangleCollisionShape ( Rectangle shape ) : System
shape Microsoft.Xna.Framework.Rectangle
Résultat System
        public RectangleCollisionShape(Rectangle shape)
        {
            _shape = shape;
        }
RectangleCollisionShape