Beamable SDK
|
A clear definition of all supported injection types. An instance of this is passed into every BeamHintDetailConverterAttribute function. It exposes clear helper functions such as SetLabel and SetButtonClicked to ensure the internal Injection<T> data is being configured correctly. More...
Classes | |
class | DynamicVisualElementIterator |
struct | Injection |
class | ParameterlessActionIterator |
class | TextIterator |
Public Attributes | |
readonly IEnumerable< Injection< string > > | TextInjections |
readonly IEnumerable< Injection< Action > > | ParameterlessActionInjections |
readonly IEnumerable< Injection< VisualElement > > | DynamicVisualElementInjections |
A clear definition of all supported injection types. An instance of this is passed into every BeamHintDetailConverterAttribute function.
It exposes clear helper functions such as SetLabel and SetButtonClicked to ensure the internal Injection<T> data is being configured correctly.