espes 7f179b1519 Go through and fix up MONOMAC compiler definitions so everything launch and let monodevelop add its new shit to all the mac project files 13 years ago
..
Content 69f92b9dae The great samples reorganizing 13 years ago
BackgroundThreadTester.MacOS.csproj 7f179b1519 Go through and fix up MONOMAC compiler definitions so everything launch and let monodevelop add its new shit to all the mac project files 13 years ago
Enums.cs 69f92b9dae The great samples reorganizing 13 years ago
Game1.cs 69f92b9dae The great samples reorganizing 13 years ago
Info.plist 69f92b9dae The great samples reorganizing 13 years ago
InputManager.cs 69f92b9dae The great samples reorganizing 13 years ago
MainMenu.xib 69f92b9dae The great samples reorganizing 13 years ago
Object.cs 69f92b9dae The great samples reorganizing 13 years ago
Program.cs 69f92b9dae The great samples reorganizing 13 years ago
README.md 69f92b9dae The great samples reorganizing 13 years ago
TestTexture.cs 69f92b9dae The great samples reorganizing 13 years ago
TextManager.cs 69f92b9dae The great samples reorganizing 13 years ago

README.md

BackgroundThreadSample

This sample demonstrates the loading of assets in a background thread.

Sample originally created by CircleOf14 and modified by Kenneth Pouncey to create new textures to be added to the game components dynamically in the background.

Of special interest look at the following methods:

CreateBackgroundThread () - Creates a thread to be executed in the background and starts it. BackgroundWorkerThread () - Worker thread that actually does the work of creating the new asset and adding

Make sure to read the comments in these two methods.