GameGraphics.GraphicsObject.SetY C# (CSharp) 메소드

SetY() 공개 메소드

Sets the Y location of the GraphicsObject
public SetY ( float y ) : void
y float the Y location to be given to the object
리턴 void
        public void SetY(float y)
        {
            this.y = y;
        }