This version of Unity is unsupported.

CreateAssetObjectEventArgs Constructor

Declaration

public CreateAssetObjectEventArgs(GUID guid, int instanceId, SceneManagement.Scene scene);

Parameters

guid The GUID of the new asset.
instanceId The instance ID of the modified asset.
scene The Scene that contains the new asset.

Description

Constructs a new instance.