Show / Hide Table of Contents

    Class JoystickSetterExample

    Inheritance
    Object
    JoystickSetterExample
    Namespace: Global
    Assembly: Main.dll
    Syntax
    public class JoystickSetterExample : MonoBehaviour

    Fields

    | Improve this Doc View Source

    axisSprites

    Declaration
    public Sprite[] axisSprites
    Field Value
    Type Description
    Sprite[]
    | Improve this Doc View Source

    background

    Declaration
    public Image background
    Field Value
    Type Description
    Image
    | Improve this Doc View Source

    valueText

    Declaration
    public Text valueText
    Field Value
    Type Description
    Text
    | Improve this Doc View Source

    variableJoystick

    Declaration
    public VariableJoystick variableJoystick
    Field Value
    Type Description
    VariableJoystick

    Methods

    | Improve this Doc View Source

    AxisChanged(Int32)

    Declaration
    public void AxisChanged(int index)
    Parameters
    Type Name Description
    Int32 index
    | Improve this Doc View Source

    ModeChanged(Int32)

    Declaration
    public void ModeChanged(int index)
    Parameters
    Type Name Description
    Int32 index
    | Improve this Doc View Source

    SnapX(Boolean)

    Declaration
    public void SnapX(bool value)
    Parameters
    Type Name Description
    Boolean value
    | Improve this Doc View Source

    SnapY(Boolean)

    Declaration
    public void SnapY(bool value)
    Parameters
    Type Name Description
    Boolean value
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer