Class RecordedPlaybackController
Inherited Members
Namespace: Unity.RecordedPlayback
Syntax
public class RecordedPlaybackController : MonoBehaviour
Properties
Instance
Declaration
public static RecordedPlaybackController Instance { get; }
Property Value
Type | Description |
---|---|
RecordedPlaybackController |
Methods
CreateInstance()
Declaration
public static RecordedPlaybackController CreateInstance()
Returns
Type | Description |
---|---|
RecordedPlaybackController |
Exists()
Declaration
public static bool Exists()
Returns
Type | Description |
---|---|
Boolean |
IsPlaybackCompleted()
Declaration
public bool IsPlaybackCompleted()
Returns
Type | Description |
---|---|
Boolean |