Compare commits

...

2 Commits

@ -22,6 +22,9 @@
<option name="translationDialogLocationY" value="567" /> <option name="translationDialogLocationY" value="567" />
<option name="translationDialogWidth" value="1381" /> <option name="translationDialogWidth" value="1381" />
<histories> <histories>
<item value="set on screen joystick visibility" />
<item value="set on screen joystick visible" />
<item value="use penetrate" />
<item value="When true the texture will not be updated with new frames." /> <item value="When true the texture will not be updated with new frames." />
<item value="Sets the video output driver for native backend." /> <item value="Sets the video output driver for native backend." />
<item value="The initialization type can be dynamically set, which is suitable for some special scenarios; for example: for a desktop application, initializing the global only needs to initialize the Attach Dialog, and initializing a block area does not need to initialize the Attach Dialog 可动态设置初始化类型, 适用于一些特殊场景; 例如: 某桌面端应用, 初始化全局只需要初始化Attach Dialog, 初始化某块区域不需要初始化Attach Dialog" /> <item value="The initialization type can be dynamically set, which is suitable for some special scenarios; for example: for a desktop application, initializing the global only needs to initialize the Attach Dialog, and initializing a block area does not need to initialize the Attach Dialog 可动态设置初始化类型, 适用于一些特殊场景; 例如: 某桌面端应用, 初始化全局只需要初始化Attach Dialog, 初始化某块区域不需要初始化Attach Dialog" />
@ -69,9 +72,6 @@
<item value="Asynchronously runs the given [callback] - with the provided [message] - in the background and completes with the result." /> <item value="Asynchronously runs the given [callback] - with the provided [message] - in the background and completes with the result." />
<item value="{@template widget_preview_size} Artificial constraints to be applied to the previewed widget. If not provided, the previewed widget will attempt to set its own constraints. If a dimension has a value of `double.infinity`, the previewed widget will attempt to set its own constraints in the relevant dimension. To set a single dimension and allow the other to set its own constraints, use [Size.fromHeight] or [Size.fromWidth]. {@endtemplate}" /> <item value="{@template widget_preview_size} Artificial constraints to be applied to the previewed widget. If not provided, the previewed widget will attempt to set its own constraints. If a dimension has a value of `double.infinity`, the previewed widget will attempt to set its own constraints in the relevant dimension. To set a single dimension and allow the other to set its own constraints, use [Size.fromHeight] or [Size.fromWidth]. {@endtemplate}" />
<item value="2: Fit mode. The priority is to ensure that all video content is displayed. Any areas of the window that are not filled due to the mismatch between video size and window size will be filled with black." /> <item value="2: Fit mode. The priority is to ensure that all video content is displayed. Any areas of the window that are not filled due to the mismatch between video size and window size will be filled with black." />
<item value="The angle of this offset as radians clockwise from the positive x-axis, in the range -[pi] to [pi], assuming positive values of the x-axis go to the right and positive values of the y-axis go down. Zero means that [dy] is zero and [dx] is zero or positive. Values from zero to [pi]2 indicate positive values of [dx] and [dy], the bottom-right quadrant. Values from [pi]2 to [pi] indicate negative values of [dx] and positive values of [dy], the bottom-left quadrant. Values from zero to -[pi]2 indicate positive values of [dx] and negative values of [dy], the top-right quadrant. Values from -[pi]2 to -[pi] indicate negative values of [dx] and [dy], the top-left quadrant. When [dy] is zero and [dx] is negative, the [direction] is [pi]. When [dx] is zero, [direction] is [pi]2 if [dy] is positive and -[pi]2 if [dy] is negative." />
<item value="The angle of this offset as radians clockwise from the positive x-axis, in the range -[pi] to [pi], assuming positive values of the x-axis go to the right and positive values of the y-axis go down." />
<item value="The `angle` argument gives the rotation in clockwise radians." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>

Loading…
Cancel
Save