class MAGES::BaseLocomotionEventArgs

Overview

Base class for all locomotion system events. More…

class BaseLocomotionEventArgs
{
public:
    // properties

    ILocomotionSystem LocomotionSystem;
};

// direct descendants

class ExclusiveAccessFinishedEventArgs;
class ExclusiveAccessGrantedEventArgs;
class LocomotionEndEventArgs;
class LocomotionStartEventArgs;

Detailed Documentation

Base class for all locomotion system events.

Properties

ILocomotionSystem LocomotionSystem

Gets or sets the locomotion system associated with this event.