Table of Contents

Class Texture2DTilingPropertyDrawer

Namespace
Gamelogic.Extensions.Editor
Assembly
Gamelogic.Extensions.Editor.dll

Property drawer for Texture2DTiling.

[CustomPropertyDrawer(typeof(Texture2DTiling))]
public sealed class Texture2DTilingPropertyDrawer : PropertyDrawer
Inheritance
GUIDrawer
Texture2DTilingPropertyDrawer
Inherited Members
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
PropertyDrawer.attribute
PropertyDrawer.fieldInfo
Extension Methods

Methods

GetPropertyHeight(SerializedProperty, GUIContent)

Override this method to specify how tall the GUI for this field is in pixels.

OnGUI(Rect, SerializedProperty, GUIContent)

Override this method to make your own IMGUI based GUI for the property.