Show / Hide Table of Contents

    Class UIActionAttribute_Test.HasUIToggleTester

    Inheritance
    Object
    UIActionAttribute_Test.HasUIToggleTester
    Namespace: GetComponentAttribute_Test
    Assembly: KorStrix.GetComponentAttribute.Runtime.Tests.dll
    Syntax
    public class HasUIToggleTester : MonoBehaviour

    Properties

    | Improve this Doc View Source

    bToggleA_Input

    Declaration
    public bool bToggleA_Input { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    bToggleB_Input

    Declaration
    public bool bToggleB_Input { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    iToggle_A_ClickCount

    Declaration
    public int iToggle_A_ClickCount { get; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    Reset()

    Declaration
    public void Reset()
    | Improve this Doc View Source

    토글_A_콜_1(Boolean)

    Declaration
    public void 토글_A_콜_1(bool bToggle)
    Parameters
    Type Name Description
    Boolean bToggle
    | Improve this Doc View Source

    토글_A_콜_2(Boolean)

    Declaration
    public void 토글_A_콜_2(bool bToggle)
    Parameters
    Type Name Description
    Boolean bToggle
    | Improve this Doc View Source

    토글_B_콜(Boolean)

    Declaration
    public void 토글_B_콜(bool bToggle)
    Parameters
    Type Name Description
    Boolean bToggle
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer