Class ProfileSnapshotCommandSettings
ProfileSnapshot
public sealed class ProfileSnapshotCommandSettings : ICommand
- Inheritance
-
ProfileSnapshotCommandSettings
- Implements
- Inherited Members
Properties
ClipRect
The clip rectangle to apply when replaying the snapshot.
[JsonPropertyName("clipRect")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Rect? ClipRect { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
MinDuration
The minimum duration (in seconds) to replay the snapshot.
[JsonPropertyName("minDuration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? MinDuration { get; set; }
Property Value
MinRepeatCount
The maximum number of times to replay the snapshot (1, if not specified).
[JsonPropertyName("minRepeatCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MinRepeatCount { get; set; }
Property Value
- long?
SnapshotId
The id of the layer snapshot.
[JsonPropertyName("snapshotId")]
public string SnapshotId { get; set; }