Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsSelected(TIdentifier)

Returns true if the TreeViewItem with ID id is currently selected.
Read time 1 minuteLast updated 12 days ago

Definition

IsSelected(T)

public bool IsSelected(TIdentifier id)

Parameters

id

T
TreeViewItem ID.

Returns

Type

Description

bool