C# Class Bananas.PostGameMenu

Inheritance: SKNode
Show file Open project: xamarin/mac-samples Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PostGameMenu ( CGSize frameSize, IGameUIState gameStateDelegate ) : System
TouchUpAtPoint ( CGPoint location ) : void

Method Details

PostGameMenu() public method

public PostGameMenu ( CGSize frameSize, IGameUIState gameStateDelegate ) : System
frameSize CGSize
gameStateDelegate IGameUIState
return System

TouchUpAtPoint() public method

public TouchUpAtPoint ( CGPoint location ) : void
location CGPoint
return void