class MAGES::PropertyProxyUtilities::Vector3PropertyProxy

Overview

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

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

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

Properties

Vector3 Value

Gets or sets the Vector3 value.