class MAGES::ExampleScene::SetupSyringeDisposal

Overview

Script that configures the syringe for the Use action. More…

class SetupSyringeDisposal: public MonoBehaviour
{
public:
    // methods

    void ActionInitialized(BaseActionData data);
};

Detailed Documentation

Script that configures the syringe for the Use action.

Methods

void ActionInitialized(BaseActionData data)

Called when the action is initialized.

Parameters:

data

The ACtion data.