enum MAGES::CharacterController::HeadController::LookAround

Overview

Enum that defines how we traverse the lookIdleList. More…

enum LookAround
{
    InOrder,
    Randomly,
};

Detailed Documentation

Enum that defines how we traverse the lookIdleList.

Enum Values

InOrder

We look at the objects in the list in order.

Randomly

We look at the objects in the list randomly.