GameWindow<TK> Class
Namespace: Stride.GamesAssembly: Stride.Games.dll
Derived from GameWindow<TK>:
public abstract class GameWindow<TK> : GameWindow, IDisposable, IComponent, IReferencable, ICollectorHolder
Type Parameters
| Name | Description |
|---|---|
| TK |
| Name | Description | |
|---|---|---|
| Methods | ||
| Initialize(GameContext) | ||
| Initialize(GameContext<TK>) | ||
Methods
Initialize(GameContext)
protected sealed override void Initialize(GameContext gameContext)
Parameters
| Type | Name | Description |
|---|---|---|
| GameContext | gameContext |
Overrides
Initialize(GameContext<TK>)
protected abstract void Initialize(GameContext<TK> context)
Parameters
| Type | Name | Description |
|---|---|---|
| GameContext<TK> | context |