Click or drag to resize

PropertyDrawerExtensionsDrawIntTextField Method

Draw an int text field

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void DrawIntTextField(
	this PropertyDrawer drawer,
	Rect position,
	string text,
	string tooltip,
	SerializedProperty prop
)

Parameters

drawer
Type: PropertyDrawer
Property drawer
position
Type: Rect
Position
text
Type: SystemString
Text
tooltip
Type: SystemString
Tooltip
prop
Type: SerializedProperty
Property

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyDrawer. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also