2
0
Dean Ellis e54103b1b7 Updated some of the Mac projects to actually work. 12 жил өмнө
..
Content 69f92b9dae The great samples reorganizing 13 жил өмнө
BackgroundThreadTester.MacOS.csproj e54103b1b7 Updated some of the Mac projects to actually work. 12 жил өмнө
Enums.cs 69f92b9dae The great samples reorganizing 13 жил өмнө
Game1.cs 69f92b9dae The great samples reorganizing 13 жил өмнө
Info.plist 69f92b9dae The great samples reorganizing 13 жил өмнө
InputManager.cs 69f92b9dae The great samples reorganizing 13 жил өмнө
MainMenu.xib 69f92b9dae The great samples reorganizing 13 жил өмнө
Object.cs 69f92b9dae The great samples reorganizing 13 жил өмнө
Program.cs 69f92b9dae The great samples reorganizing 13 жил өмнө
README.md 69f92b9dae The great samples reorganizing 13 жил өмнө
TestTexture.cs 69f92b9dae The great samples reorganizing 13 жил өмнө
TextManager.cs 69f92b9dae The great samples reorganizing 13 жил өмнө

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.