Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HasBinding(BindingId)

Allows to know if a target property has a binding associated to it.
Read time 1 minuteLast updated 6 days ago

Definition

public bool HasBinding(BindingId bindingId)

Parameters

bindingId

The binding ID.

Returns

Type

Description

bool
true
if the property has a binding;
false
otherwise.