Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


QueryListBlockAttribute

Register a list block for a given filter.
Read time 1 minuteLast updated 6 days ago

Definition

QueryListBlockAttribute(string, string, string, string)

Register a list block for a given filter.
public QueryListBlockAttribute(string category, string name, string id, string op = "=")

Parameters

category

Category of the block.

name

Display name of the block.

Filter id of the block for which to display this list block.

Default operator fo the filter block.

QueryListBlockAttribute(string, string, string[], string)

Register a list block for a given filter.
public QueryListBlockAttribute(string category, string name, string[] ids, string op = "=")

Parameters

category

Category of the block.

name

Display name of the block.

Set of IDs for which this list block will be applied too.

Default operator fo the filter block.