class MAGES::ExampleScene::PreparationForSyringeActivate¶
Overview¶
Script to prepare the syringe for the injection. More…
class PreparationForSyringeActivate: public MonoBehaviour
{
public:
// methods
void ActionInitialized(BaseActionData data);
void ActionPerformed(BaseActionData data);
};
Detailed Documentation¶
Script to prepare the syringe for the injection.
Methods¶
void ActionInitialized(BaseActionData data)
Function that is being called when the action is initialized.
Parameters:
data |
The Action data. |
void ActionPerformed(BaseActionData data)
Function that is being called when the action is performed.
Parameters:
data |
The ActionData. |