Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsBound(IBindable)

Checks if a IBindable is bound to a property.
Read time 1 minuteLast updated 10 days ago

Definition

public static bool IsBound(this IBindable control)

Parameters

control

This Bindable object.

Returns

Type

Description

boolTrue if this IBindable is bound to a property.