Class GUILayer
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[RequireComponent(typeof(Camera))]
[Obsolete("This component is part of the legacy UI system and will be removed in a future release.")]
public class GUILayer : Behaviour
Methods
| Improve this Doc View SourceHitTest(Vector3)
Declaration
public GUIElement HitTest(Vector3 screenPosition)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | screenPosition |
Returns
Type | Description |
---|---|
GUIElement |