C# Class Nez.LibGdxAtlases.LibGdxAtlasPoint

Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Свойство Type Description
x float
y float

Méthodes publiques

Méthode Description
LibGdxAtlasPoint ( ) : System
LibGdxAtlasPoint ( float x, float y ) : System

Method Details

LibGdxAtlasPoint() public méthode

public LibGdxAtlasPoint ( ) : System
Résultat System

LibGdxAtlasPoint() public méthode

public LibGdxAtlasPoint ( float x, float y ) : System
x float
y float
Résultat System

Property Details

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float