EditorGUIExtensions NiceVector2Field Method ScoreFlash API Documentation V4.6.0
Draws a nice Vector2 field.

Namespace: NarayanaGames.UnityEditor.Common
Assembly: Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax

public static void NiceVector2Field(
	SerializedProperty prop,
	GUIContent content
)

Parameters

prop
Type: SerializedProperty
the property
content
Type: GUIContent
a label with tooltip
See Also