HQText UGUI Component
Overview
This component displays the text that is specified in the HQText Core component in the Unity UI (UGUI / Canvas).
Properties
Property | Type | Range | Default | Description |
---|---|---|---|---|
Reveal Letters | Float | [0..1] | 1.0 | A value used to drive a typewriter effect. 1.0 - all text showing, 0.0 - no text showing. |
Color | Color | White | This color is multiplied by the colors generated in HQTextCore component. | |
Material | Material | Override this to use a custom Unity UI material. | ||
Raycast Target | Bool | True | Should this be considered a target for raycasting? | |
Raycast Padding | Rect | 0.0 | Padding in pixels for the raycast. | |
Maskable | Bool | True | Apply masking based on mask components in the parents. |