class MAGES::PropertyProxyUtilities::Vector4PropertyProxy

Overview

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

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

    Vector4 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 Vector4 values.

Properties

Vector4 Value

Gets or sets the Vector4 value.