Table of Contents

Class MatrixFloatPropertyDrawer

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

Property drawer for MatrixFloat fields.

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

Methods

GetHeightProperty(SerializedProperty)
GetPropertyHeight(SerializedProperty, GUIContent)

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

GetValuesProperty(SerializedProperty)
GetWidthProperty(SerializedProperty)
OnGUI(Rect, SerializedProperty, GUIContent)

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