:: For disabling clearing every frame, i have a sample where i am drawing random line each frame. I want to accumulate the lines so that there are more over time. It is okay not to have this.
:: I tried to play background music, but it is not playing.
:: How to pass a default scene xxx since i am under an UI only and no scene?
Sound music = ResourceManager.LoadResource<Sound>( ( Path.Combine(texPath, "title.ogg")) );
SoundWorld.SoundPlay(null, music, EngineApp.DefaultSoundChannelGroup, 0, false);
:: No more Preload Sound function?
Sound sound = PreloadSound (name, mode);