Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddCustomSelectorChars(IList<char>)

Adds a list of allowable selector characters on top of the SelectorChars setting. This can be useful to support additional selector syntax such as math. Characters in DisallowedSelectorChars cannot be added. Operator chars and selector chars must be different.
Read time 1 minuteLast updated 13 days ago

Definition

public void AddCustomSelectorChars(IList<char> characters)

Parameters

characters

Selector characters to allow in addition to the standard set.