C# 클래스 UnityEngine.GUILayer

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

공개 메소드들

메소드 설명
HitTest ( Vector3 screenPosition ) : GUIElement

Get the GUI element at a specific screen position.

비공개 메소드들

메소드 설명
INTERNAL_CALL_HitTest ( GUILayer self, Vector3 &screenPosition ) : GUIElement

메소드 상세

HitTest() 공개 메소드

Get the GUI element at a specific screen position.

public HitTest ( Vector3 screenPosition ) : GUIElement
screenPosition Vector3
리턴 GUIElement