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