class MAGES::ExclusiveAccessGrantedEventArgs

Overview

Event arguments used in the event when a LocomotionProvider is granted exclusive access to the LocomotionSystem. More…

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

    ILocomotionProvider LocomotionProvider;
    float TimeoutDuration;
};

Inherited Members

public:
    // properties

    ILocomotionSystem LocomotionSystem;

Detailed Documentation

Event arguments used in the event when a LocomotionProvider is granted exclusive access to the LocomotionSystem.

Properties

ILocomotionProvider LocomotionProvider

Gets or sets the LocomotionProvider associated with this event.

float TimeoutDuration

Gets or sets the timeout duration for the exclusive access in seconds.