Skip to content

Commit

Permalink
Remove warning about using layouts in conjunction with templates (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
matgis authored Dec 21, 2024
1 parent 25a7ea9 commit 03ac7b4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions docs/en/manuals/gui-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ The template instance is listed as a collapsible entry in the *Outline* view. Ho

Nodes that are part of a template instance are automatically named with a prefix and a slash (`"/"`) attached to their *Id*. The prefix is the *Id* set in the template instance.

::: important
Overriding template instance node values in *Layouts* is currently not working in Editor 2. If you need to use layouts in conjunction with templates, please use Editor 1 until the issue is resolved.

See https://github.com/defold/editor2-issues/issues/1124
:::

## Modifying templates in runtime

Scripts that manipulate or query nodes added through the templating mechanism only need to consider the naming of instance nodes and include the template instance *Id* as a node name prefix:
Expand Down
6 changes: 0 additions & 6 deletions docs/pl/manuals/gui-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ Instancja szablonu jest wylistowana jako składana pozycja w widoku *Outline*. J

Węzły, które są częścią instancji szablonu, są automatycznie nazwane przyrostkiem i ukośnikiem (`"/"`) do ich *Id*. Przyrostek ten to *Id* ustawione w instancji szablonu.

::: important
Zastępowanie właściwości węzłów instancji szablonu w *Layouts* nie działa obecnie w Edytorze.

Zobacz https://github.com/defold/editor2-issues/issues/1124
:::

## Modyfikowanie szablonów w czasie działania programu

Skrypty, które manipulują lub sprawdzają węzły dodane za pomocą szablonów, muszą uwzględniać tylko nazwy węzłów instancji i uwzględniać *Id* instancji szablonu jako prefiks nazwy węzła:
Expand Down
6 changes: 0 additions & 6 deletions docs/ru/manuals/gui-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ GUI-шаблон --- это обычная GUI-сцена, поэтому он

Ноды, являющиеся частью экземпляра шаблона, автоматически именуются с префиксом и слэшем (`"/"`), прикрепленным к их *Id*. Префикс --- это *Id*, установленный в экземпляре шаблона.

::: important
Переопределение значений нод экземпляра шаблона в *Layouts* в настоящее время не работает в Editor 2. Если необходимо использовать макеты в сочетании с шаблонами, пожалуйста, используйте Editor 1, пока эта проблема не будет решена.

См. https://github.com/defold/editor2-issues/issues/1124
:::

## Изменение шаблонов в рантайме

Скрипты, которые манипулируют или запрашивают ноды, добавленные через механизм шаблонов, должны учитывать только именование нод экземпляра и включать *Id* экземпляра шаблона в качестве префикса имени ноды:
Expand Down
6 changes: 0 additions & 6 deletions docs/zh/manuals/gui-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ GUI 模板也是一种场景, 创建和普通场景一样. 在 *Assets* 面板

有些模板实例会自动以 模板名加正斜杠 (`"/"`) 加 *Id* 的形式命名.

::: sidenote
修改模板实例中 *Layouts* 属性在目前2代编辑器中无效. 必须使用的话请使用1代编辑器.

参见 https://github.com/defold/editor2-issues/issues/1124
:::

## 运行时修改模板

代码访问节点只需使用模板 *Id* 作为前缀加上实例节点名即可:
Expand Down

0 comments on commit 03ac7b4

Please sign in to comment.