C# 클래스 Pokemon3D.Common.Extensions.PointExtension

파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
Down ( this p ) : Point
Left ( this p ) : Point
Offset ( this p, int dx, int dy ) : Point
Right ( this p ) : Point
ToVector2 ( this p ) : Vector2
Up ( this p ) : Point

메소드 상세

Down() 공개 정적인 메소드

public static Down ( this p ) : Point
p this
리턴 Microsoft.Xna.Framework.Point

Left() 공개 정적인 메소드

public static Left ( this p ) : Point
p this
리턴 Microsoft.Xna.Framework.Point

Offset() 공개 정적인 메소드

public static Offset ( this p, int dx, int dy ) : Point
p this
dx int
dy int
리턴 Microsoft.Xna.Framework.Point

Right() 공개 정적인 메소드

public static Right ( this p ) : Point
p this
리턴 Microsoft.Xna.Framework.Point

ToVector2() 공개 정적인 메소드

public static ToVector2 ( this p ) : Vector2
p this
리턴 Microsoft.Xna.Framework.Vector2

Up() 공개 정적인 메소드

public static Up ( this p ) : Point
p this
리턴 Microsoft.Xna.Framework.Point