immersive-home/docs/reference/Proxy.md

2.1 KiB

Proxy

Inherits: RefCounted

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.