Mercury Messaging
Documentation for the Mercury Messaging Framework
MercuryMessaging.MmBehaviorListDrawer Class Reference

MmRoutingTable drawer. Note: Based on https://gist.github.com/YuukiTsuchida/84a8f3ebdecf830c277c More...

Inheritance diagram for MercuryMessaging.MmBehaviorListDrawer:

Public Member Functions

void OnEnable ()
 
override void OnGUI (Rect rect, SerializedProperty serializedProperty, GUIContent label)
 Draw method for ListDrawer. More...
 
override float GetPropertyHeight (SerializedProperty serializedProperty, GUIContent label)
 Extract height of value given serializedProperty. More...
 

Detailed Description

Member Function Documentation

◆ GetPropertyHeight()

override float MercuryMessaging.MmBehaviorListDrawer.GetPropertyHeight ( SerializedProperty  serializedProperty,
GUIContent  label 
)

Extract height of value given serializedProperty.

Parameters
serializedPropertyObserved property.
labelUnused here.
Returns
Height as float.

◆ OnGUI()

override void MercuryMessaging.MmBehaviorListDrawer.OnGUI ( Rect  rect,
SerializedProperty  serializedProperty,
GUIContent  label 
)

Draw method for ListDrawer.

Parameters
rectRect
serializedPropertyObser
label

The documentation for this class was generated from the following file: