示例#1
0
文件: UButton.cs 项目: ycllz/UnrealCS
 extern static void SetStyle(IntPtr _this, ref FButtonStyle InStyle);
示例#2
0
文件: UButton.cs 项目: ycllz/UnrealCS
/// <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);