C# 클래스 Nez.LibGdxAtlases.LibGdxAtlasPoint

파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
x float
y float

공개 메소드들

메소드 설명
LibGdxAtlasPoint ( ) : System
LibGdxAtlasPoint ( float x, float y ) : System

메소드 상세

LibGdxAtlasPoint() 공개 메소드

public LibGdxAtlasPoint ( ) : System
리턴 System

LibGdxAtlasPoint() 공개 메소드

public LibGdxAtlasPoint ( float x, float y ) : System
x float
y float
리턴 System

프로퍼티 상세

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float