Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateAssetObjectEventArgs(GUID, int, Scene)

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

Definition

  • Type: Constructor
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public CreateAssetObjectEventArgs(GUID guid, int instanceId, Scene scene)

Parameters

guid

GUID
The GUID of the new asset.

instanceId

The instance ID of the modified asset.

scene

The Scene that contains the new asset.