C# Class UnityEngine.CanvasGroup

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

Inheritance: Component, ICanvasRaycastFilter
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool

Returns true if the Group allows raycasts.

Method Details

IsRaycastLocationValid() public méthode

Returns true if the Group allows raycasts.

public IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool
sp Vector2
eventCamera Camera
Résultat bool