C# Class UnityEngine.CanvasGroup

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

Inheritance: Component, ICanvasRaycastFilter
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool

Returns true if the Group allows raycasts.

Method Details

IsRaycastLocationValid() public method

Returns true if the Group allows raycasts.

public IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool
sp Vector2
eventCamera Camera
return bool