# ScreenSystem

{% hint style="warning" %}
이 문서는 ScreenSystem 원작자에 대한 존중의 의미와 다양한 UI 코드 디자인 패턴을 소개하는 목적에서 작성되었습니다. 제가 Unity에서 UI Storyboard를 사용하여 작성하는 코드는 해당 라이브러리 개발자의 블로그 포스트를 기반으로 하며, UI Storyboard 문서에서 설명한 패턴과는 다소 차이가 있을 수 있습니다.
{% endhint %}

해당 문서는 Mirrativ 사에서 개발한 ScreenSystem 라이브러리에 대한 내용을 체계화하여 문서화한 것입니다.

크게는 Mirrativ 사의 기술 블로그의 내용을 재정리, 분석하여 작성된 글이며, 코드 분석과 사용 과정에서 얻은 정보를 바탕으로 추가/변경된 내용이 있습니다.

***

참고한 기술 블로그 글

{% embed url="<https://tech.mirrativ.stream/entry/2023/09/22/112042>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kwanjoong-dev.gitbook.io/unity-ui-storyboard/screensystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
