class MAGES::SceneGraph::ArrowEffectData¶
Overview¶
Data for the arrow effect. More…
class ArrowEffectData: public MAGES::EffectData { public: // properties ArrowGuide.Data Theme; bool ShowOnInteractable; bool LimitArrows; int ArrowLimit; // methods override EffectData Clone(); };
Inherited Members¶
public: // methods EffectData Clone();
Detailed Documentation¶
Data for the arrow effect.
Properties¶
ArrowGuide.Data Theme
Gets or sets the theme for the arrow.
bool ShowOnInteractable
Gets or sets a value indicating whether the arrow should be shown on the interactable.
bool LimitArrows
Gets or sets a value indicating whether the arrows that appear are limited to one.
int ArrowLimit
Gets or sets the number of arrows that are going to be shown.