MaxCustomControls::ICuiActionCreator Interface Reference


Detailed Description

An interface that allows the client to batch-create and declare CuiActions.

See also:
ICuiAction, CuiActionCommandAdapter

List of all members.

Public Member Functions

IEnumerable< ICuiAction BatchCreateActionItems ()
  Implementing this action will result in the bootstrap manager calling this method on startup to declare a batch of action items.

Member Function Documentation

IEnumerable<ICuiAction> MaxCustomControls::ICuiActionCreator::BatchCreateActionItems ( )

Implementing this action will result in the bootstrap manager calling this method on startup to declare a batch of action items.

This allows a plugin to procedurally declare action items in bunches.

Returns:
An iterator of CuiActions to declare to the bootstrap manager.