public XNAKinectCatalogCamera(Game1 game, CameraType type) : base(game) { _gameInstance = game; // Subscribe this as a game service to be accesible from the entire application game.Services.AddService(typeof(XNAKinectCatalogCamera), this); _cameraType = type; }
// ================================================================================================ public XNAKinectCatalogCamera(Game1 game) : base(game) { }