Click or drag to resize

CanvasGroupInteractableSetterSetInteractable Method

Request this object be interactible or not. If any objects have passed in false, the CanvasGroup will not be interactible

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetInteractable(
	Object requestingObject,
	bool wantsInteractible
)

Parameters

requestingObject
Type: SystemObject
The object requesting the interactive status
wantsInteractible
Type: SystemBoolean
Whether or not the request is for true (allow interaction) or false (disallow interaction)
See Also