docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TutorialWelcomePage.ButtonData

    Data for a customizable button.

    Inheritance
    object
    TutorialWelcomePage.ButtonData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Tutorials.Core.Editor
    Assembly: Unity.Tutorials.Core.Editor.dll
    Syntax
    [Serializable]
    public class TutorialWelcomePage.ButtonData

    Fields

    OnClick

    Callback for the button click.

    Declaration
    public UnityEvent OnClick
    Field Value
    Type Description
    UnityEvent

    Text

    Text of the button.

    Declaration
    public LocalizableString Text
    Field Value
    Type Description
    LocalizableString

    Tooltip

    Tooltip of the button.

    Declaration
    public LocalizableString Tooltip
    Field Value
    Type Description
    LocalizableString
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)