Version: 2022.2
言語: 日本語

ChangeGameObjectOrComponentPropertiesEventArgs

struct in UnityEditor

マニュアルに切り替える

説明

A change of this type indicates that a property of a GameObject or Component has changed. This happens for example when Undo.RecordObject is used with an instance of a Component.

変数

instanceIdThe instance ID of the modified GameObject or Component.
sceneThe Scene that contains the GameObject associated with the change. If a Component is changed, this is the GameObject to which the component belongs.

コンストラクタ

ChangeGameObjectOrComponentPropertiesEventArgsConstructs a new instance.