Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 오민랩
- #패키지네임
- GearVR
- toyclash
- file인코딩
- 언리얼인강
- 드로우콜
- 슬라이스앤다이스
- vr컨트롤러
- 갤럭시s9+
- 유플러스알뜰모바일
- #앱아이콘
- googlevr
- unreal4
- 5민랩
- U+알뜰모바일
- unreal인강
- gearvrcontroller
- sliceNdice
- #android
- smi인코딩
- sprite
- slice&dice
- VR
- 유니티
- Unity
- 토이클래시
- 블루투스cd플레이어
- resources.load
- vr controller
Archives
- Today
- Total
야로레 노트
Canvas Group 본문
Canvas Group
이런게 있구만 묶여져 있는 UI를 FadeInOut 하기 쉽겠구만 .
관리하기 쉽겠네 .
Alpha | The opacity of the UI elements in this group. The value is between 0 and 1 where 0 is fully transparent and 1 is fully opaque. Note that elements retain their own transparency as well, so the Canvas Group alpha and the alpha values of the individual UI elements are multiplied with each other. |
Interactable | Determines if this component will accept input. When it is set to false interaction is disabled. |
Block Raycasts | Will this component act as a collider for Raycasts? You will need to call the RayCast function on the graphic raycaster attached to the Canvas. This does not apply to Physics.Raycast. |
Ignore Parent Groups | Will this group also be affected by the settings in Canvas Group components further up in the Game Object hierarchy, or will it ignore those and hence override them? |
참조 : https://docs.unity3d.com/Manual/class-CanvasGroup.html
'프로그래밍 > 유니티' 카테고리의 다른 글
오브젝트를 일정거리 위치로 보낼때 (0) | 2021.03.23 |
---|---|
Resources.Load Sprite (0) | 2017.05.04 |
Animator 현재 애니메이션 끝났는지 확인 하는 방법. (0) | 2016.10.31 |
심심이 API (0) | 2016.10.24 |
드로우콜에 대한 이해 (0) | 2016.10.12 |
Comments