Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ChangeAssetObjectPropertiesEventArgs

Constructs a new instance.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Constructor
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule

ChangeAssetObjectPropertiesEventArgs(GUID, EntityId, Scene)

Constructs a new instance.
public ChangeAssetObjectPropertiesEventArgs(GUID guid, EntityId entityId, Scene scene)

Parameters

guid

GUID
The GUID of the changed asset.

entityId


scene

The Scene that contains the modified asset.

ChangeAssetObjectPropertiesEventArgs(GUID, int, Scene)

Constructs a new instance.
Warning
Removed. ChangeAssetObjectPropertiesEventArgs(GUID guid, int instanceId, Scene scene) is deprecated. Use ChangeAssetObjectPropertiesEventArgs(GUID guid, EntityId entityId, Scene scene) instead.
public ChangeAssetObjectPropertiesEventArgs(GUID guid, int instanceId, Scene scene)

Parameters

guid

GUID
The GUID of the changed asset.

instanceId

The instance ID of the modified asset.

scene

The Scene that contains the modified asset.