示例#1
0
 public void SetStretch(EStretch InStretch)
 {
     CheckIsValid();
     SetStretch(_this.Get(), (int)InStretch);
 }
示例#2
0
 public extern void SetStretch(EStretch InStretch);