class MAGES::PropertyProxyUtilities::GradientPropertyProxy

Overview

A property proxy used for objects that should accept Gradient values. More…

class GradientPropertyProxy: public MAGES::PropertyProxyUtilities::ProxyScriptableObject
{
public:
    // properties

    Gradient Value;
    override object GenericValue;
    override System.Type ValueType;
};

Inherited Members

public:
    // properties

    abstract object GenericValue;
    abstract System.Type ValueType;

Detailed Documentation

A property proxy used for objects that should accept Gradient values.

Properties

Gradient Value

Gets or sets the gradient value.