Contents

register(engine:)

Adds the group to the engine’s dictionary.

Declaration

func register(engine: PHASEEngine)

Parameters

  • engine:

    The engine with which to register this group.

Discussion

The function generates an exception if the argument is nil or if engine already contains the group. For more information, see groups.

See Also

Defining the Group