Proxy 
Inherits: RefCounted
Description 
A simple proxy class to allow for easy binding of a property to a function call.
Properties 
| Name | Type | Default | 
|---|---|---|
| gettable | Callable | |
| settable | Callable | |
| value | Variant | 
Methods 
| Returns | Name | 
|---|---|
| void | _init ( gettable: Callable, settable: Callable ) | 
Signals 
on_set (new_value: Variant ) 
No description provided yet.
Property Descriptions 
gettable: Callable 
No description provided yet.
settable: Callable 
No description provided yet.
value: Variant 
No description provided yet.
Method Descriptions 
_init (gettable: Callable , settable: Callable ) -> void 
No description provided yet.

