Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Editor.Assistant.VisualElementsQuery Struct Reference

A struct defining the data we use to match against VisualElements and select which of them we want to inject with the data from BeamHintVisualsInjectionBag. More...

Public Member Functions

 VisualElementsQuery (Type expectedType, string name, string[] classes)
 
override string ToString ()
 

Public Attributes

readonly Type ExpectedType
 A sub-class of VisualElement (or itself).
 
readonly string Name
 The name property of any VisualElement you wish to find.
 
readonly string[] Classes
 One or more classes that'll be matched against VisualElements' classes.
 

Detailed Description

A struct defining the data we use to match against VisualElements and select which of them we want to inject with the data from BeamHintVisualsInjectionBag.


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