class MAGES::Segment::Data

Overview

The data for a Segment component. More…

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

    Material LineMaterial;
    Gradient ColorGradient;
    float Width;
};

Inherited Members

public:
    // properties

    object this[string field];

    // methods

    PropertyCollection();

Detailed Documentation

The data for a Segment component.

Properties

Material LineMaterial

Gets the line material.

Gradient ColorGradient

Gets the color gradient.

float Width

Gets the width.