Click or drag to resize
EditorGUIUtilsVector2FField Method

[Missing <summary> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.Vector2FField(UnityEngine.GUIContent,Slash.Math.Algebra.Vectors.Vector2F)"]

Namespace: Slash.Unity.Editor.Common.Inspectors.Utils
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public static Vector2F Vector2FField(
	GUIContent label,
	Vector2F v
)

Parameters

label
Type: GUIContent

[Missing <param name="label"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.Vector2FField(UnityEngine.GUIContent,Slash.Math.Algebra.Vectors.Vector2F)"]

v
Type: Slash.Math.Algebra.VectorsVector2F

[Missing <param name="v"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.Vector2FField(UnityEngine.GUIContent,Slash.Math.Algebra.Vectors.Vector2F)"]

Return Value

Type: Vector2F

[Missing <returns> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.Vector2FField(UnityEngine.GUIContent,Slash.Math.Algebra.Vectors.Vector2F)"]

See Also