C# 클래스 UnityEngine.CanvasGroup

A Canvas placable element that can be used to modify children Alpha, Raycasting, Enabled state.

상속: Component, ICanvasRaycastFilter
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool

Returns true if the Group allows raycasts.

메소드 상세

IsRaycastLocationValid() 공개 메소드

Returns true if the Group allows raycasts.

public IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool
sp Vector2
eventCamera Camera
리턴 bool