원문 링크 https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/class-CanvasRenderer.html Canvas Renderer | Unity UI | 1.0.0 Canvas Renderer The Canvas Renderer component renders a graphical UI object contained within a Canvas. Properties The Canvas Renderer has no properties exposed in the inspector. Details The standard UI objects available from the menu (GameObject > Create U docs.unity3d.c..
원문 링크 https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/class-CanvasGroup.html Canvas Group | Unity UI | 1.0.0 Canvas Group The Canvas Group can be used to control certain aspects of a whole group of UI elements from one place without needing to handle them each individually. The properties of the Canvas Group affect the GameObject it is on as well as all children. docs.unity3d.com 본문은..
원문 링크 https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/script-CanvasScaler.html Canvas Scaler | Unity UI | 1.0.0 Canvas Scaler The Canvas Scaler component is used for controlling the overall scale and pixel density of UI elements in the Canvas. This scaling affects everything under the Canvas, including font sizes and image borders. Properties Property: Function: UI docs.unity3d.com 본..
원문 링크 https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/class-Canvas.html Canvas | Unity UI | 1.0.0 Canvas The Canvas component represents the abstract space in which the UI is laid out and rendered. All UI elements must be children of a GameObject that has a Canvas component attached. When you create a UI element object from the menu (GameObject > Creat docs.unity3d.com 본문은 위의 링크 내용을 ..
우선 아래 링크를 통해 오류 내용을 확인해보자. https://blog-001.tistory.com/10 이와 같은 오류에서는 두 가지를 고려해야한다. 1. 모듈이 손상된 경우 2. 오타 혹은 형식에 맞지 않는 문자가 있을 경우 1. 위에 나타난 것처럼 해당 경로로 들어가 그 폴더 자체를 삭제하고 Eclipse를 다시 실행하면 모듈이 재설치가 완료된다. 그렇게하고 실행시키면 문제를 해결할 수 있다. 2. 내가 저지른 실수는 이것이다. 보시다시피 className이 들어가야할 자리이다. 따라서 확장명을 붙인 파일이름이 아닌 오로지 Class Name을 입력해야한다. 예를들어 Driver 클래스를 불러올 경우 Driver.class가 아닌 Driver만을 입력해야한다.