Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Common.Assistant.BeamHint Struct Reference

Helper struct to deal with an individual BeamHint. Contains it's BeamHintHeader (unique key identifying the BeamHint) and a read-only reference to the hint's object.
More...

Inheritance diagram for Beamable.Common.Assistant.BeamHint:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Assistant.BeamHint:
Collaboration graph
[legend]

Public Member Functions

 BeamHint (BeamHintHeader header, object contextObject)
 
bool Equals (BeamHint other)
 
bool Equals (BeamHintHeader other)
 
override string ToString ()
 

Public Attributes

readonly BeamHintHeader Header
 The unique BeamHintHeader identifying this hint.
 
readonly object ContextObject
 An object associated with this hint to provide some context to it (normally used to render hint details via HintDetailsProvider).
 

Detailed Description

Helper struct to deal with an individual BeamHint. Contains it's BeamHintHeader (unique key identifying the BeamHint) and a read-only reference to the hint's object.


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