class MAGES::Ghost::Data

Overview

The data for the hologram. More…

class Data: public MAGES::PropertyCollection
{
public:
    // fields

    OverridableProperty<Color> color = new OverridableProperty<Color>();
    OverridableProperty material = new OverridableProperty();
    OverridableProperty animation = new OverridableProperty();

    // properties

    Color ResolvedColor;
    Material ResolvedMaterial;
    RuntimeAnimatorController Animation;
};

Inherited Members

public:
    // properties

    object this[string field];

    // methods

    PropertyCollection();
    void OnBeforeSerialize();
    void OnAfterDeserialize();

Detailed Documentation

The data for the hologram.

Properties

Color ResolvedColor

Gets the resolved color.

Material ResolvedMaterial

Gets the resolved material.

RuntimeAnimatorController Animation

Gets the resolved animation clip.