Interface IPlayerRecordingData.IManagedInterface
Represents the managed interface implemented by its unmanaged counterpart.
public interface IPlayerRecordingData.IManagedInterface : IUnmanagedInterface
- Inherited Members
Methods
Start(PlayerRecordingType, string)
Starts recording the player's movements and actions.
void Start(PlayerRecordingType type, string file)
Parameters
typePlayerRecordingTypeThe type of recording to start (e.g., driver, on foot).
filestringThe file path where the recording will be saved.
Stop()
Stops the current player recording.
void Stop()