BulletMLSample.MyBulletFunctions.GetShipPosY C# (CSharp) Method

GetShipPosY() public method

public GetShipPosY ( ) : float
return float
        public float GetShipPosY()
        {
            return Game1.myship.pos.Y;
        }