class MAGES::PropertyProxyUtilities::ObjectPropertyProxy

Overview

A property proxy used for objects that should accept types that derive from UnityEngine.Object. That can be any type of asset or material, even monobehaviours. More…

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

    UnityEngine.Object 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 types that derive from UnityEngine.Object. That can be any type of asset or material, even monobehaviours.

Properties

UnityEngine.Object Value

Gets or sets the value.