コード例 #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
ファイル: UButton.cs プロジェクト: yongyoung888/UnrealCS
 /// <summary>Sets the color multiplier for the button background</summary>
 public extern void SetStyle(FButtonStyle InStyle);