Version: 2018.4
Experimental: this API is experimental and might be changed or removed in the future.

UIElementsPropertyDrawer

class in UnityEditor.Experimental

/

継承:PropertyDrawer

マニュアルに切り替える

説明

Base class to derive custom property drawers from. Use this to create custom UIElements drawers for your own Serializable classes or for script variables with custom PropertyAttributes.

Public 関数

CreatePropertyGUIOverwrite default UIElements property field VisualElement with your own.

継承メンバー

変数

attributeプロパティーの PropertyAttribute を取得します(読み取り専用)
fieldInfoこのプロパティーが表すメンバーのリフレクション FieldInfo (読み取り専用)

Public 関数

CanCacheInspectorGUIOverride this method to determine whether the inspector GUI for your property can be cached.
GetPropertyHeightピクセル単位で GUI の高さを設定します そのためにはこのメソッドをオーバーライドしてください
OnGUIこのメソッドをオーバーライドしてプロパティーに自身の GUI を作成します