class MAGES::SceneGraph::GhostEffectData

Overview

Data for the ghost effect. More…

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

    Ghost.Data Theme;
    bool ShowOnInteractable;
    bool ShowOnTarget;

    // methods

    virtual override EffectData Clone();
};

Inherited Members

public:
    // methods

    virtual abstract EffectData Clone() = 0;

Detailed Documentation

Data for the ghost effect.

Properties

Ghost.Data Theme

Gets or sets the theme for the ghost.

bool ShowOnInteractable

Gets or sets a value indicating whether the ghost should be shown on the interactable.

bool ShowOnTarget

Gets or sets a value indicating whether the ghost should be shown on the target item.

Methods

virtual override EffectData Clone()

Clones the effect data.

Returns:

The cloned data.