GUIStyle mystyle = new GUIStyle("some string from the list below");
- "CN Box"
- "Button"
| using System; | |
| using System.Reflection; | |
| using UnityEngine; | |
| /// Access Unity.Recorder window through reflection | |
| public static class RecordingExtensions | |
| { | |
| /// Start recording video using settings from the Recorder window | |
| public static void StartRecording() => StartStopRecording("StartRecording"); | |