We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b017c7 commit 34dde2fCopy full SHA for 34dde2f
content/en-us/reference/engine/classes/GuiObject.yaml
@@ -369,7 +369,9 @@ properties:
369
- UI
370
writeCapabilities: []
371
- name: GuiObject.GuiState
372
- summary: ''
+ summary: |
373
+ Determines whether the player's mouse is being actively pressed on the
374
+ `Class.GuiObject` or not.
375
description: ''
376
code_samples: []
377
type: GuiState
@@ -389,8 +391,10 @@ properties:
389
391
390
392
393
- name: GuiObject.Interactable
- description: ''
394
395
+ Determines whether the `Class.GuiButton` can be interacted with or not.
396
+ description: |
397
+
398
399
type: bool
400
tags: []
0 commit comments