⚪
Tank & Healer Studio Assets
Return to Website
Ultimate Joystick
Ultimate Joystick
  • 🟢Introduction
    • 👋Welcome!
    • ⚡Getting Started
  • 📖Documentation
    • UltimateJoystick
      • Public Methods
        • GetHorizontalAxis
        • GetVerticalAxis
        • Disable
        • Enable
        • UpdatePositioning
      • Static Methods
        • ReturnComponent
      • Events
      • Properties
  • 💡Tips & Tricks
    • Catching Tap Count
    • Custom Runtime Positioning
  • 🔗Helpful Links
    • Leave us a review!
    • Join our Discord server!
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. UltimateJoystick

Properties

Below is a list of all the accessible properties in the Ultimate Joystick class.

Property
Description

BaseTransform

The base RectTransform component of this Ultimate Joystick.

HighightColor

The color used on the highlight images.

HorizontalAxis

The current value of the horizontal axis.

InputActive

The current state of input being active on this Ultimate Joystick.

Interactable

Determines if the joystick is interactable or not.

IsOverridingPosition

Returns true if the player is currently adjusting the position of this Ultimate Joystick.

Joystick

The RectTransform used as the actual joystick.

JoystickBase

The RectTransform used as the base of the joystick.

ParentCanvas

The parent Canvas component that this Ultimate Joystick is inside of.

ParentCanvasTransform

The RectTransform associated with the parent canvas.

ParentCanvasRaycaster

The Graphic Raycaster component attached to the parent canvas.

TensionColorFull

The color displayed when there is full tension.

TensionColorNone

The color displayed when there is no tension.

VerticalAxis

The current value of the vertical axis.

PreviousEventsNextCatching Tap Count

Last updated 6 months ago

Was this helpful?

📖