@galacean/effects-core 2.1.0-alpha.11 → 2.1.0-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,6 +28,8 @@ export declare class TextComponent extends BaseRenderComponent {
|
|
|
28
28
|
* 文本行数
|
|
29
29
|
*/
|
|
30
30
|
lineCount: number;
|
|
31
|
+
protected readonly SCALE_FACTOR = 0.1;
|
|
32
|
+
protected readonly ALPHA_FIX_VALUE: number;
|
|
31
33
|
constructor(engine: Engine, props?: TextItemProps);
|
|
32
34
|
onUpdate(dt: number): void;
|
|
33
35
|
fromData(data: TextItemProps): void;
|