Flutter macOS Embedder
FlutterSurfacePresentInfo Class Reference

#import <FlutterSurfaceManager.h>

Inheritance diagram for FlutterSurfacePresentInfo:

Properties

FlutterSurfacesurface
 
CGPoint offset
 
size_t zIndex
 
std::vector< FlutterRect > paintRegion
 

Detailed Description

Surface with additional properties needed for presenting.

Definition at line 18 of file FlutterSurfaceManager.h.

Property Documentation

◆ offset

- (CGPoint) offset
readwritenonatomicassign

Definition at line 21 of file FlutterSurfaceManager.h.

Referenced by flutter::FlutterCompositor::Present().

◆ paintRegion

- (vector<FlutterRect>) FlutterSurfacePresentInfo:
readwritenonatomicassign

Definition at line 23 of file FlutterSurfaceManager.h.

Referenced by flutter::FlutterCompositor::Present().

◆ surface

- (FlutterSurface*) surface
readwritenonatomicstrong

Definition at line 20 of file FlutterSurfaceManager.h.

Referenced by flutter::FlutterCompositor::Present().

◆ zIndex

- (size_t) zIndex
readwritenonatomicassign

Definition at line 22 of file FlutterSurfaceManager.h.

Referenced by flutter::FlutterCompositor::Present().


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