Exemplo n.º 1
0
 extern static void SetStyle(IntPtr _this, ref FButtonStyle InStyle);
Exemplo n.º 2
0
/// <summary>Sets the color multiplier for the button background</summary>
        public void SetStyle(FButtonStyle InStyle)
        {
            CheckIsValid();
            SetStyle(_this.Get(), ref InStyle);
        }
Exemplo n.º 3
0
 /// <summary>Sets the color multiplier for the button background</summary>
 public extern void SetStyle(FButtonStyle InStyle);