Button
More information can be found in the Unity API Reference
Members
Member |
Description |
---|---|
Events
Event |
Description |
---|---|
Methods
Method |
Description |
---|---|
Static members
Member |
Description |
---|---|
|
Details
-
class Button
-
-
const GameObject gameObject
-
bool interactable
-
const ScriptEvent onClick
Callback Signature:
-
void callback()
-
void callback()
-
const ScriptEvent onPointerClick
Callback Signature:
-
void callback()
-
void callback()
-
const ScriptEvent onPointerDown
Callback Signature:
-
void callback()
-
void callback()
-
const ScriptEvent onPointerEnter
Callback Signature:
-
void callback()
-
void callback()
-
const ScriptEvent onPointerExit
Callback Signature:
-
void callback()
-
void callback()
-
const ScriptEvent onPointerUp
Callback Signature:
-
void callback()
-
void callback()
-
bool IsActive()
-
bool IsDestroyed()
-
bool IsInteractable()
-
void Select()
-
string ToString()
-
static const int allSelectableCount
-
const GameObject gameObject