Class AnimationRecorderSettings
Inheritance
System.Object
AnimationRecorderSettings
Syntax
public class AnimationRecorderSettings : RecorderSettings
Constructors
AnimationRecorderSettings()
Declaration
public AnimationRecorderSettings()
Properties
Declaration
public AnimationInputSettings animationInputSettings { get; set; }
Property Value
Type |
Description |
AnimationInputSettings |
|
extension
Declaration
public override string extension { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public override IEnumerable<RecorderInputSettings> inputsSettings { get; }
Property Value
Overrides
Declaration
public override bool isPlatformSupported { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
OnAfterDuplicate()
Declaration
public override void OnAfterDuplicate()
Overrides