Property drawer for the StoredTransform class. If null, or a GUILabel with blank text field, is passed as the label, it will NOT print the label, or take up space for it: only the transform components will be drawn.
Public Member Functions | |
override float | GetPropertyHeight (SerializedProperty property, GUIContent label) |
Computes the height required to draw the property with the provided label. | |
override void | OnGUI (Rect position, SerializedProperty property, GUIContent label) |
Performs the actual drawing of the StoredTransform components, and possibly, it's label. | |
Inherits PropertyDrawer.