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

スクリプト言語

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

SerializedObject.FindProperty

public function FindProperty(propertyPath: string): SerializedProperty;

Description

プロパティ名からSerializedPropertyを取得します

You can use this to find a specific property in the target object. See Also: GetIterator, SerializedProperty.