AvatarReady
Loading...
Searching...
No Matches
Inria.Avatar.AvatarReady.RecorderFeature Class Referenceabstract
Inheritance diagram for Inria.Avatar.AvatarReady.RecorderFeature:
Inria.Avatar.AvatarReady.AvatarFeature Inria.Avatar.AvatarReady.RecordHumanoidAnimationFeature Inria.Avatar.AvatarReady.RecordTrackerAnimationFeature

Public Member Functions

virtual void Start ()
 
void StartRecording ()
 Start all recorders on this avatar.
 
void RecordFrame ()
 Record current frame.
 
void BeginRecording ()
 Initialize recording for this recorder, Use StartRecording to start all recorders.
 
void StopRecording (string folder="")
 Stop recording for all animations.
 
string GetLastAnimationPath ()
 
- Public Member Functions inherited from Inria.Avatar.AvatarReady.AvatarFeature
virtual void InitFeature (AvatarReady avatar)
 Initialize the feature.
 
virtual void ResetFeature ()
 

Protected Attributes

string LastAnimationPath
 

Package Functions

void EndRecording (string folder="")
 Stop recording for this recorder, Use StopRecording to stop all recorders.
 

Properties

bool isRecording [get]
 

Private Attributes

RecordManagerBehaviour recordManager
 

Member Function Documentation

◆ EndRecording()

void Inria.Avatar.AvatarReady.RecorderFeature.EndRecording ( string folder = "")
abstractpackage

Stop recording for this recorder, Use StopRecording to stop all recorders.

Returns
The path of the recorded file

◆ StopRecording()

void Inria.Avatar.AvatarReady.RecorderFeature.StopRecording ( string folder = "")
inline

Stop recording for all animations.

Parameters
folder
Returns

The documentation for this class was generated from the following file: