コード例 #1
0
ファイル: ULightComponent.cs プロジェクト: ycllz/UnrealCS
 public void SetIESTexture(UTextureLightProfile NewValue)
 {
     CheckIsValid();
     SetIESTexture(_this.Get(), NewValue);
 }
コード例 #2
0
 public extern void SetIESTexture(UTextureLightProfile NewValue);