Capture GUI
This component renders a GUI to the game view (using IMGUI
) to control the CaptureFrom
component. It allows the codecs to be selected, capture resolution and frame rate to be
chosen and the capture itself to be controlled via Start / Pause / Resume / Stop buttons.
This component is included as it can be useful but it is intended as more of an example than something to include in your builds.
Properties
Property | Function |
---|---|
Movie Capture | The CaptureFrom component this GUI controls |
Show UI | Whether to currently draw this GUI or not |
When Recording Auto Hide | Whether to hide the GUI during recording |
Gui Skin | Optional IMGUI skin to use |