GitHub - jcs090218/Unity.Toggle: A little bit overkill toggle button UI for Unity Engine

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

License: MIT Unity Engine

Unity Toggle

Build Status

A little bit overkill iOS style toggle button.

🔨 Usage

JCS_Toggle togBtn = this.GetComponent<JCS_Toggle>();

// Check if the toggle is on or off?
bool isOn = togBtn.IsOn;

// Toggle the button.
togBtn.Toggle();

// Set interactable.
togBtn.Interactable = !togBtn.Interactable;

📌 Dependencies

🔗 Related Tool

About

A little bit overkill toggle button UI for Unity Engine

Topics

Resources

Readme

License

MIT license

Code of conduct

Code of conduct

Activity

Stars

39 stars

Watchers

5 watching

Forks

7 forks

Releases

No releases published

Languages