Class UIButtonCallAttribute
이 클릭되었을 경우 해당 함수를 자동으로 호출합니다.
Inheritance
UIButtonCallAttribute
Assembly: KorStrix.GetComponentAttribute.Runtime.dll
[AttributeUsage(AttributeTargets.Method)]
public class UIButtonCallAttribute : PropertyAttribute, IUIActionAttribute
Constructors
|
Improve this Doc
View Source
Declaration
public UIButtonCallAttribute(object ButtonName, bool bPrint_OnError = true)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
Field Value
Properties
|
Improve this Doc
View Source
Declaration
public bool bPrint_OnError { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string strButtonName { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string strUIElementName { get; }
Property Value
Implements