Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DebugLayerManager::LayerKey Struct Reference

#include <DebugLayerManager.h>

Public Member Functions

bool operator== (const LayerKey &b) const
 

Public Attributes

int frame
 
int nodeId
 

Detailed Description

Definition at line 125 of file DebugLayerManager.h.

Member Function Documentation

◆ operator==()

bool DebugLayerManager::LayerKey::operator== ( const LayerKey b) const
inline

Definition at line 129 of file DebugLayerManager.h.

129 {
130 return this->frame==b.frame && this->nodeId==b.nodeId;
131 }
static bool b

Member Data Documentation

◆ frame

int DebugLayerManager::LayerKey::frame

Definition at line 126 of file DebugLayerManager.h.

◆ nodeId

int DebugLayerManager::LayerKey::nodeId

Definition at line 127 of file DebugLayerManager.h.


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