struct Protocol::LayerTree::CompositingReasons
- Protocol::LayerTree::CompositingReasons
- Struct
- Value
- Object
Overview
Provides the reasons why the given layer was composited.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/layer_tree.crConstructors
Instance Method Summary
-
#compositing_reason_ids : Array(String)
A list of strings specifying reason IDs for the given layer to become composited.
-
#compositing_reasons : Array(String)
A list of strings specifying reasons for the given layer to become composited.
Constructor Detail
Instance Method Detail
def compositing_reason_ids : Array(String)
#
A list of strings specifying reason IDs for the given layer to become composited.
def compositing_reasons : Array(String)
#
A list of strings specifying reasons for the given layer to become composited.