Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddCustomOperatorChars(IList<char>)

Adds a list of allowable operator characters on top of the standard OperatorChars setting. Operator chars and selector chars must be different.
Read time 1 minuteLast updated 13 days ago

Definition

public void AddCustomOperatorChars(IList<char> characters)

Parameters

characters

Operator characters to allow in addition to the standard set.