class MAGES::Recorder::PlayerUI

Overview

The logic of the “Player UI” prefab for the XR Recorder. More…

class PlayerUI: public MonoBehaviour
{
public:
    // methods

    void SetFileName(string name);
};

Detailed Documentation

The logic of the “Player UI” prefab for the XR Recorder.

Methods

void SetFileName(string name)

Sets the filename of the recording.

Parameters:

name

The name of the recording to set.