コード例 #1
0
ファイル: GUISkin.generated.cs プロジェクト: superowner/bsf
 private static extern void Internal_setStyle(IntPtr thisPtr, string guiElemType, GUIElementStyle style);
コード例 #2
0
 private static extern void Internal_GUIElementStyle(GUIElementStyle managedInstance);
コード例 #3
0
ファイル: GUISkin.generated.cs プロジェクト: superowner/bsf
 /// <summary>Sets a style for the specified GUI element type.</summary>
 public void SetStyle(string guiElemType, GUIElementStyle style)
 {
     Internal_setStyle(mCachedPtr, guiElemType, style);
 }