Api Sandbox Bind Proxy
class

Proxy

public abstract class Proxy

Gets and Sets a value from somewhere.

Properties

Name Type Description
Target WeakReference<Object> The object to read data from and write data to.
Name String Debug name for this property
Value virtual Object Get or set the value.
CanRead virtual Boolean True if we can get the value.
CanWrite virtual Boolean True if we can set the value
IsValid virtual Boolean Should return if the proxy is now invalid, like if the source object was destroyed.
Assembly: Sandbox.Bind Namespace: Sandbox.Bind Full Name: Sandbox.Bind.Proxy