class MAGES::PropertyProxyUtilities::StringPropertyProxy

Overview

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

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

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

Properties

string Value

Gets or sets the value.