C# Класс Sensor.MainScreen

Наследование: Screen
Показать файл Открыть проект

Открытые методы

Метод Описание
BackButtonPressed ( ) : void

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)

CreateNewtonBall ( System.Image iGround, System.Image iSphere, Vector2 vPosition, int ropeLength, bool touchable ) : void
Initialize ( ) : void

Sets the screen up (UI components, multimedia content, etc.)

Описание методов

BackButtonPressed() публичный Метод

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)
public BackButtonPressed ( ) : void
Результат void

CreateNewtonBall() публичный Метод

public CreateNewtonBall ( System.Image iGround, System.Image iSphere, Vector2 vPosition, int ropeLength, bool touchable ) : void
iGround System.Image
iSphere System.Image
vPosition Vector2
ropeLength int
touchable bool
Результат void

Initialize() публичный Метод

Sets the screen up (UI components, multimedia content, etc.)
public Initialize ( ) : void
Результат void