class MAGES::Experimental::EmbodimentJARIA::InteractionButtonsRef

Overview

Script to get start and cancel buttons from interaction UI. More…

class InteractionButtonsRef: public MonoBehaviour
{
public:
    // properties

    Button StartButton;
    GameObject OccupiedText;
    Button CancelButton;
};

Detailed Documentation

Script to get start and cancel buttons from interaction UI.

Properties

Button StartButton

Gets the start button reference.

GameObject OccupiedText

Gets the start button reference.

Button CancelButton

Gets the cancel button reference.