AdaptiveMonoGameProgram Module
MonoGame-specific adaptive program builder extensions.
Functions and values
| Function or value |
Description
|
Full Usage:
ofProgram program
Parameters:
AdaptiveProgram<'Frame>
Returns: AdaptiveMonoGameProgram<'Frame>
Type parameters: 'Frame |
Wraps an AdaptiveProgram into an AdaptiveMonoGameProgram with no device-level configuration.
|
Full Usage:
withConfig configure program
Parameters:
Game * GraphicsDeviceManager -> unit
program : AdaptiveMonoGameProgram<'Frame>
Returns: AdaptiveMonoGameProgram<'Frame>
Type parameters: 'Frame |
Adds a device-level configuration callback that receives the
Invoked in the
AdaptiveMonoGameGame constructor, after the
Core AdaptiveProgram.withConfig callbacks and
before Use this for properties that require direct
|
Mibo