Version: 2019.2

ColorBlockDrawer

class in UnityEditor.UI

/

継承:PropertyDrawer

マニュアルに切り替える

説明

ColorBlock のための PropertyDrawer

これは ColorBlock のための PropertyDrawer で標準の Unity の PropertyDrawer のフレームワークを使って実装されています。

継承メンバー

変数

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

Public 関数

CanCacheInspectorGUIOverride this method to determine whether the inspector GUI for your property can be cached.
GetPropertyHeightピクセル単位で GUI の高さを設定します そのためにはこのメソッドをオーバーライドしてください
OnGUIOverride this method to make your own IMGUI based GUI for the property.