CCTextModifier

A CCTextModifier is an object, typically an asset, that changes how the contents of a CCText component are displayed. It can do this by modifying the vertex colors and positions of the character sprites that make up the text, possibly in combination with a specialized shader.

Modifiers

If you want a custom modification, you can create your own modifier by inheriting from CCTextModifier. You can use the code from the modifiers listed above as a starting point. See Scripting for details.