Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

IBindableSource.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Binding/IBindableSource.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Binding/IBindableSource.cs

Source file hash: sha256:c434dd3496bec4627e1f280ed9a9f69242b5013c8df94ccf78e43f9cd52bef98

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 28-39

Declaration hash: sha256:76d1855c5a34821921e8bbe938e19a47a0d4b17742ddccb325ee84b813988efb

C#
public interface IBindableSource<T>
{
}

Original lines: 33

Declaration hash: sha256:2c451258f0d78ac40374dd717e15f0ef6f017f854ad8bd5a17507f5bc59bdb04

C#
T Value { get; set; }

Original lines: 38

Declaration hash: sha256:141bdcaf126eca28a35192ebaa22dc7cd2e3bf1f26cef279c3ffdbd93abe7a6c

C#
event System.Action<T, T> ValueChanged;
Full-size image