XNACS1Lib: CSS490 Spring 2011
Do not override this method! This method is used by the XNACS1Lib to create and initialize the entire system. Override InitializeWorld() and perform all your intialization there! Allows the game to perform any initialization it needs to before starting to run. This is where it can query for any required services and load any non-graphic related content. Calling base.Initialize will enumerate through any components and initialize them as well.

Namespace: XNACS1Lib
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0

Syntax

C#
protected override void Initialize()

See Also