Class UIActionAttribute_Test.HasUIToggleTester
Inheritance
UIActionAttribute_Test.HasUIToggleTester
Assembly: KorStrix.GetComponentAttribute.Runtime.Tests.dll
Syntax
public class HasUIToggleTester : MonoBehaviour
Properties
|
Improve this Doc
View Source
Declaration
public bool bToggleA_Input { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool bToggleB_Input { get; }
Property Value
|
Improve this Doc
View Source
iToggle_A_ClickCount
Declaration
public int iToggle_A_ClickCount { get; }
Property Value
Methods
|
Improve this Doc
View Source
Reset()
Declaration
|
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 |
|