Class InputSettingsSelector
Use this class to specify a particular input type (it allows for each recorder to support only a subset of the input settings).
Inherited Members
Namespace: UnityEditor.Recorder
Assembly: Unity.Recorder.Editor.dll
Syntax
[Serializable]
public abstract class InputSettingsSelector
Constructors
InputSettingsSelector()
The default constructor.
Declaration
protected InputSettingsSelector()
Properties
Selected
The currently selected RecorderInputSettings.
Declaration
public RecorderInputSettings Selected { get; protected set; }
Property Value
Type | Description |
---|---|
RecorderInputSettings |