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

スクリプト言語

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

Editor.serializedObject

public var serializedObject: SerializedObject;

Description

objectまたはobjectsのSerializedObject

The serializedObject can be used inside the OnInspectorGUI function of a custom Editor as described on the page about the Editor class. The serializedObject should not be used inside OnSceneGUI or OnPreviewGUI. Use the target property directly in those callback functions instead. See Also: Editor クラス, SerializedObject クラス.