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)

Returns the serialized property for the height field of a MatrixFloat.

GetPropertyHeight(SerializedProperty, GUIContent)

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

GetValuesProperty(SerializedProperty)

Returns the serialized property for the values array of a MatrixFloat.

GetWidthProperty(SerializedProperty)

Returns the serialized property for the width field of a MatrixFloat.

OnGUI(Rect, SerializedProperty, GUIContent)

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