class MAGES::PropertyProxyUtilities::FloatPropertyProxy

Overview

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

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

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

Properties

float Value

Gets or sets the value.