C# Class UnityEngine.GUILayer

Inheritance: Behaviour
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
HitTest ( Vector3 screenPosition ) : GUIElement

Get the GUI element at a specific screen position.

Private Methods

Method Description
INTERNAL_CALL_HitTest ( GUILayer self, Vector3 &screenPosition ) : GUIElement

Method Details

HitTest() public method

Get the GUI element at a specific screen position.

public HitTest ( Vector3 screenPosition ) : GUIElement
screenPosition Vector3
return GUIElement