class MAGES::LocomotionStartEventArgs

Overview

Event arguments for the LocomotionStarted event. More…

class LocomotionStartEventArgs: public MAGES::BaseLocomotionEventArgs
{
public:
    // properties

    ILocomotionProvider LocomotionProvider;
};

Inherited Members

public:
    // properties

    ILocomotionSystem LocomotionSystem;

Detailed Documentation

Event arguments for the LocomotionStarted event.

Properties

ILocomotionProvider LocomotionProvider

Gets or sets the LocomotionProvider associated with this event.