言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

CustomPropertyDrawer.CustomPropertyDrawer

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public function CustomPropertyDrawer(type: Type, useForChildren: bool)
public CustomPropertyDrawer(Type type, bool useForChildren);
public def CustomPropertyDrawer(type as Type, useForChildren as bool)

Parameters

type もし Drawer がカスタムの Serializable クラスに対応する場合、型はそのクラスと一致させます。もし Drawer が特定の PropertyAttribute スクリプト変数に対応する場合、型はその属性と一致する必要がある
useForChildren true である場合、 Drawer に自身のものを定義しないかぎり、指定されたクラスの任意の子オブジェクトに使用される。

Description

PropertyDrawer クラスがどのランタイム クラスまたは属性に対する Drawer であるか指定します

カスタム Drawer を作成するとき、この属性を Drawer クラスにつける必要があります。 See Also: PropertyDrawer クラス, DecoratorDrawer クラス.