Class CompositingReasonsCommandSettings
Provides the reasons why the given layer was composited.
public sealed class CompositingReasonsCommandSettings : ICommand
- Inheritance
-
CompositingReasonsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
LayerId
The id of the layer for which we want to get the reasons it was composited.
[JsonPropertyName("layerId")]
public string LayerId { get; set; }