Пример #1
0
 extern static void SetStyle(IntPtr _this, ref FButtonStyle InStyle);
Пример #2
0
/// <summary>Sets the color multiplier for the button background</summary>
        public void SetStyle(FButtonStyle InStyle)
        {
            CheckIsValid();
            SetStyle(_this.Get(), ref InStyle);
        }
Пример #3
0
 /// <summary>Sets the color multiplier for the button background</summary>
 public extern void SetStyle(FButtonStyle InStyle);