ColorBlock のための PropertyDrawer
これは ColorBlock のための PropertyDrawer で標準の Unity の PropertyDrawer のフレームワークを使って実装されています。
attribute | プロパティーの PropertyAttribute を取得します(読み取り専用) |
fieldInfo | このプロパティーが表すメンバーのリフレクション FieldInfo (読み取り専用) |
CanCacheInspectorGUI | Override this method to determine whether the inspector GUI for your property can be cached. |
GetPropertyHeight | ピクセル単位で GUI の高さを設定します そのためにはこのメソッドをオーバーライドしてください |
OnGUI | Override this method to make your own IMGUI based GUI for the property. |