class MAGES::PropertyProxyUtilities::IntPropertyProxy

Overview

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

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

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

Properties

int Value

Gets or sets the value.