Nocturna
    Preparing search index...

    Namespace Action

    The Action namespace defines multiplayer actions that can be performed in the MultiScene, such as rotating the cube, placing spikes, or launching rockets.

    Provides:

    • Action types (enum)
    • Callback interface for object selection
    • Abstract base class for actions
    • Concrete implementations for rotation, spike, and rocket actions

    Enumerations

    Type

    Classes

    ActionBase
    RocketAction
    RotateAction
    SpikeAction

    Interfaces

    SelectObjectCallback