Example #1
0
 private static extern void Internal_setStyle(IntPtr thisPtr, string guiElemType, GUIElementStyle style);
 private static extern void Internal_GUIElementStyle(GUIElementStyle managedInstance);
Example #3
0
 /// <summary>Sets a style for the specified GUI element type.</summary>
 public void SetStyle(string guiElemType, GUIElementStyle style)
 {
     Internal_setStyle(mCachedPtr, guiElemType, style);
 }