Header menu logo Nu

Nu Type

Nu initialization functions. NOTE: this is a type in order to avoid creating a module name that may clash with the namespace name in an interactive environment.

Constructors

Constructor Description

Nu()

Full Usage: Nu()

Returns: Nu
Returns: Nu

Static members

Static member Description

Nu.init ()

Full Usage: Nu.init ()

Initialize the Nu game engine.

Nu.initPlus userInit

Full Usage: Nu.initPlus userInit

Parameters:
    userInit : unit -> 'a

Returns: 'a

Initialize the Nu game engine, allowing for additional user-defined initialization after setting up logging and function / lens references but before performing initialization involving values stored in constants.

userInit : unit -> 'a
Returns: 'a

Type something to start searching.