示例#1
0
        /// <summary>Gets the anchors on the slot</summary>
        public FAnchors GetAnchors()
        {
            CheckIsValid();
            FAnchors ___ret = GetAnchors(_this.Get());

            return(___ret);
        }
示例#2
0
 public void SetAnchorsInViewport(FAnchors Anchors)
 {
     CheckIsValid();
     SetAnchorsInViewport(_this.Get(), ref Anchors);
 }
示例#3
0
 extern static void SetAnchorsInViewport(IntPtr _this, ref FAnchors Anchors);
示例#4
0
 /// <summary>Sets the anchors on the slot</summary>
 public void SetAnchors(FAnchors InAnchors)
 {
     CheckIsValid();
     SetAnchors(_this.Get(), ref InAnchors);
 }
示例#5
0
 static extern void SetAnchors(IntPtr _this, ref FAnchors InAnchors);
示例#6
0
 public extern void SetAnchorsInViewport(FAnchors Anchors);
示例#7
0
 /// <summary>Sets the anchors on the slot</summary>
 public extern void SetAnchors(FAnchors InAnchors);