INTERNAL_CALL_Internal_DrawCursor() private method

private INTERNAL_CALL_Internal_DrawCursor ( IntPtr target, Rect &position, GUIContent content, int pos, Color &cursorColor ) : void
target System.IntPtr
position Rect
content GUIContent
pos int
cursorColor Color
return void
示例#1
0
 private static void Internal_DrawCursor(IntPtr target, Rect position, GUIContent content, int pos, Color cursorColor)
 {
     GUIStyle.INTERNAL_CALL_Internal_DrawCursor(target, ref position, content, pos, ref cursorColor);
 }