Gears.Cloud.Collisions.CHitShape.CHitShape C# (CSharp) Method

CHitShape() protected method

protected CHitShape ( shapeType shape, Vector2 position ) : System
shape shapeType
position Vector2
return System
        protected CHitShape(shapeType shape, Vector2 position)
        {
            _shape = shape;
            this.position = position;
        }