class MAGES::NeuromonitoringScene::NeuromonitoringCharacterController

Overview

Controller for the character in the neuromonitoring scene. More…

class NeuromonitoringCharacterController: public MonoBehaviour
{
public:
    // methods

    void PlayOpeningSkinFat();
    void PlayOpeningPeritonium();
    void PlayPullVagalNerve();
};

Detailed Documentation

Controller for the character in the neuromonitoring scene.

Methods

void PlayOpeningSkinFat()

Play the animation for opening the skin and fat.

void PlayOpeningPeritonium()

Play the animation for opening the peritonium.

void PlayPullVagalNerve()

Play the animation for pulling the vagal nerve.