BulletMLSample.MyBulletFunctions.GetShipPosY C# (CSharp) 메소드

GetShipPosY() 공개 메소드

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