class MAGES::SceneGraph::ArrowEffectData

Overview

Data for the arrow effect. More…

class ArrowEffectData: public MAGES::EffectData
{
public:
    // properties

    ArrowGuide.Data Theme;
    bool ShowOnInteractable;

    // methods

    virtual override EffectData Clone();
};

Inherited Members

public:
    // methods

    virtual abstract EffectData Clone() = 0;

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.

Methods

virtual override EffectData Clone()

Clones the effect data.

Returns:

The cloned data.