GKGameModel Class

Definition

Describes gameplay in a way that can be optimized with a GKMinMaxStrategist.

public class GKGameModel
type GKGameModel = class
Inheritance
GKGameModel

Constructors

GKGameModel()

Default constructor, initializes a new instance of this class.

Fields

MaxScore

The maximum allowable score.

MinScore

The minimum allowable score.

Applies to