Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Public Attributes | List of all members
impeller::CaptureProperty::Options Struct Reference

#include <capture.h>

Classes

struct  Range
 

Public Attributes

bool readonly = false
 
std::optional< Rangerange
 

Detailed Description

Definition at line 71 of file capture.h.

Member Data Documentation

◆ range

std::optional<Range> impeller::CaptureProperty::Options::range

An inspector hint that can be used for displaying sliders. Only used for numeric types. Rounded down for integer types.

Definition at line 84 of file capture.h.

◆ readonly

bool impeller::CaptureProperty::Options::readonly = false

Readonly properties are always re-recorded during capture. Any edits made to readonly values in-between captures are overwritten during the next capture.

Definition at line 80 of file capture.h.


The documentation for this struct was generated from the following file: