class MAGES::LocomotionEndEventArgs

Overview

Event arguments for the LocomotionEnded event. More…

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

    ILocomotionProvider LocomotionProvider;
};

Inherited Members

public:
    // properties

    ILocomotionSystem LocomotionSystem;

Detailed Documentation

Event arguments for the LocomotionEnded event.

Properties

ILocomotionProvider LocomotionProvider

Gets or sets the LocomotionProvider associated with this event.